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