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