Exemple #1
0
 public Items()
 {
     InitializeComponent();
     ent = new WarehouseDB();
 }
 public Employees()
 {
     InitializeComponent();
     ent = new WarehouseDB();
 }
 public Customers()
 {
     InitializeComponent();
     ent = new WarehouseDB();
 }
Exemple #4
0
 public ExpireReport()
 {
     InitializeComponent();
     ent = new WarehouseDB();
 }
Exemple #5
0
 public MoveItems()
 {
     InitializeComponent();
     ent      = new WarehouseDB();
     rowIndex = -1;
 }
 public Suppliers()
 {
     InitializeComponent();
     ent = new WarehouseDB();
 }