Provides application-specific behavior to supplement the default Application class.
상속: Application
예제 #1
0
 public static void Main() {
     TestApp.App app = new TestApp.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
 public static void Main()
 {
     TestApp.App app = new TestApp.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #3
0
 public static void Main()
 {
     TestApp.App app = new TestApp.App();
     app.Run();
 }