Пример #1
0
 public Operating(MainWindow mw, string path)
 {
     this.mw   = mw;
     this.path = path;
     pilkarze  = AllFromFile(path);
 }