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