static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); var BoerglumAbbeyStorageandSale = new BoerglumAbbeyStorageandSale(); var POSController = new POSController(BoerglumAbbeyStorageandSale); var StorageController = new StorageController(BoerglumAbbeyStorageandSale); Application.Run(BoerglumAbbeyStorageandSale); }
public StorageController(BoerglumAbbeyStorageandSale boerglumAbbeyStorageandSale) { _boerglumAbbeyStorageandSale = boerglumAbbeyStorageandSale; }