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