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