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