Beispiel #1
0
 public void DestroyHistory()
 {
     Data.History = null;
     HistoryModel = null;
 }
Beispiel #2
0
 public void CreateHistory()
 {
     HistoryModel = new HashesHistory.Model();
     Data.History = HistoryModel.Data;
 }