Example #1
0
        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);
        }
Example #2
0
 public StorageController(BoerglumAbbeyStorageandSale boerglumAbbeyStorageandSale)
 {
     _boerglumAbbeyStorageandSale = boerglumAbbeyStorageandSale;
 }