pascalabcnet/Utils/NodesGeneratorNew/Scintilla/Sources/ScintillaNET/CursorShape.cs
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

16 lines
180 B
C#

#region Using Directives
using System;
#endregion Using Directives
namespace ScintillaNET
{
public enum CursorShape
{
Normal = -1,
Wait = 4,
}
}