mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
7 lines
No EOL
187 B
C#
7 lines
No EOL
187 B
C#
namespace GreenshotOfficePlugin.OfficeInterop.OneNote
|
|
{
|
|
public class OneNoteNotebook {
|
|
public string Name { get; set; }
|
|
public string ID { get; set; }
|
|
}
|
|
} |