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