public HistoryManager(string historyPath)
 {
     xml = new XMLManager(historyPath);
 }
Ejemplo n.º 2
0
 public HistoryManager(string historyPath)
 {
     Manager = new XMLManager(historyPath);
 }