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