Exemplo n.º 1
0
 public MainWindow()
 {
     students = File.GetStudents(path);
     InitializeComponent();
     checkCount();
 }