public Navigal() { InitializeComponent(); _dataGenerator = new DataGeneratorClass(); _inventLocationHelper = new InventLocationHelper(); _inventDimHelper = new InventDimHelper(); _data = _inventLocationHelper.GetObjects(); FillInventLocationGrid(); FillInventDimGrid("1"); }
public DataGeneratorClass() { _inventLocationHelper = new InventLocationHelper(); _inventDimHelper = new InventDimHelper(); _randomNames = GetNames(); }