예제 #1
0
 public static void Main()
 {
     SeamateRuntimeEngine.App app = new SeamateRuntimeEngine.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
파일: App.g.i.cs 프로젝트: wshanshan/DDD
 public static void Main() {
     SeamateRuntimeEngine.App app = new SeamateRuntimeEngine.App();
     app.InitializeComponent();
     app.Run();
 }