OSDN Git Service

チップクラスに「可視の初期値」プロパティを追加。
[strokestylet/CsWin10Desktop3.git] / StrokeStyleT / Program.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Diagnostics;
4 using System.Linq;
5
6 namespace SST
7 {
8         static class Program
9         {
10                 [STAThread]
11                 static void Main( string[] args )
12                 {
13                         var sst = new StrokeStyleT();
14                         sst.Run( args );
15                 }
16         }
17 }