예제 #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
 public void CreateUI(Secsay.UAEngine engine)
 {
     Secsay.UAEngine xa = new Secsay.UAEngine();
     ui = new UAUserInterface(xa);
     Application.Run(ui);
 }