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