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