Inheritance: Lib.Lib
Example #1
0
 public static void Main()
 {
     App.App app = new App.App();
     app.InitializeComponent();
     app.Run();
 }