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