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