mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
8 lines
No EOL
167 B
C#
8 lines
No EOL
167 B
C#
namespace GreenshotOfficePlugin.OfficeInterop.OneNote
|
|
{
|
|
public enum XMLSchema {
|
|
xs2007 = 0,
|
|
xs2010 = 1,
|
|
xsCurrent= xs2010
|
|
}
|
|
} |