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