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

15 lines
182 B
C#

#region Using Directives
using System;
#endregion Using Directives
namespace ScintillaNET
{
internal class StyleRunReader
{
// Reserved for future use
}
}