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