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