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