public MachineStockAdjust(Database database, StartUp parent, Machine machine) { InitializeComponent(); this.database = database; this.parent = parent; this.machine = machine; this.controller = new Controller(database); }
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; }
public AddVehicle(Database database, StartUp parent) { InitializeComponent(); this.database = database; this.parent = parent; }
public AddItemByMachine(Database database, StartUp parent) { InitializeComponent(); this.database = database; this.parent = parent; }
public AddProduct(Database database, StartUp parent) { InitializeComponent(); this.database = database; this.parent = parent; }