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