public static void Main() { // TODO handle single instance here & also handle Windows 7 thingies (how you call them... ? ) App app = new App(); app.InitializeComponent(); app.Run(); }
public static void Main() { UI.App app = new UI.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { UI.App app = new UI.App(); app.Run(); }