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