Inheritance: Application
Beispiel #1
0
 public static void Main()
 {
     Bank.UI.App app = new Bank.UI.App();
     app.Run();
 }