Beispiel #1
0
 public static void Main()
 {
     Chapter3.App app = new Chapter3.App();
     app.InitializeComponent();
     app.Run();
 }
Beispiel #2
0
 public static void Main() {
     Chapter3.App app = new Chapter3.App();
     app.InitializeComponent();
     app.Run();
 }