Пример #1
0
 public static void Load()
 {
     Data = DataKeeper.Load();
 }
Пример #2
0
 public void Load()
 {
     Data = _dataKeeper.Load();
 }