Exemple #1
0
 public MainWindow()
 {
     students = File.GetStudents(path);
     InitializeComponent();
     checkCount();
 }