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