pascalabcnet/Utils/NodesGeneratorNew/Scintilla/Sources/ScintillaNET/CursorShape.cs

16 lines
180 B
C#
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
#region Using Directives
using System;
#endregion Using Directives
namespace ScintillaNET
{
public enum CursorShape
{
Normal = -1,
Wait = 4,
}
}