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