Ejemplo n.º 1
0
 public void TakeFromTXTFile(string locationFile)
 {
     _textFactory = new TxtFile(locationFile, DataManager);
     _textFactory.Populate();
     Multi = _textFactory._multi;
 }
Ejemplo n.º 2
0
 public void TakeFromTXTFile(string locationFile)
 {
     Txt = new TxtFile(locationFile);
     Txt.Populate();
 }