greenshot/GreenshotOfficePlugin/OfficeInterop/OneNote/XMLSchema.cs
Krom, Robertus bef29df3db Fixed plugin loading
Moved all office interop types in their own file.
2020-02-18 15:10:37 +01:00

8 lines
No EOL
167 B
C#

namespace GreenshotOfficePlugin.OfficeInterop.OneNote
{
public enum XMLSchema {
xs2007 = 0,
xs2010 = 1,
xsCurrent= xs2010
}
}