public MachineStockAdjust(Database database, StartUp parent, Machine machine)
 {
     InitializeComponent();
     this.database = database;
     this.parent = parent;
     this.machine = machine;
     this.controller = new Controller(database);
 }
Ejemplo n.º 2
0
 public AddEmployee(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent = parent;
 }
 public AddMachineProductType(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent   = parent;
 }
Ejemplo n.º 4
0
 public AddVehicle(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent   = parent;
 }
Ejemplo n.º 5
0
 public AddItemByMachine(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent = parent;
 }
Ejemplo n.º 6
0
 public AddItemByMachine(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent   = parent;
 }
Ejemplo n.º 7
0
 public AddProduct(Database database, StartUp parent)
 {
     InitializeComponent();
     this.database = database;
     this.parent = parent;
 }