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