コード例 #1
0
ファイル: test.cs プロジェクト: zjw0358/wtgw
        public static void Main(string[] rgs)
        {
            UAEngine        xa    = new UAEngine();
            UAUserInterface form1 = new UAUserInterface(xa);

            Application.Run(form1);
        }
コード例 #2
0
ファイル: UALoader.cs プロジェクト: zjw0358/wtgw
 public void CreateUI(Secsay.UAEngine engine)
 {
     Secsay.UAEngine xa = new Secsay.UAEngine();
     ui = new UAUserInterface(xa);
     Application.Run(ui);
 }
コード例 #3
0
ファイル: test.cs プロジェクト: timshao1120/wtgw
 public static void Main(string[] rgs)
 {
     UAEngine xa = new UAEngine();
     UAUserInterface form1 = new UAUserInterface(xa);
     Application.Run(form1);
 }
コード例 #4
0
ファイル: UALoader.cs プロジェクト: timshao1120/wtgw
 public void CreateUI(Secsay.UAEngine engine)
 {
     Secsay.UAEngine xa = new Secsay.UAEngine();
     ui = new UAUserInterface(xa);
     Application.Run(ui);
 }