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