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