コード例 #1
0
ファイル: UIEditor.cs プロジェクト: jpbruyere/Crow
 static void Main()
 {
     UIEditor win = new UIEditor ();
     win.Run (30);
 }
コード例 #2
0
        static void Main()
        {
            UIEditor win = new UIEditor();

            win.Run(30);
        }