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