Esempio n. 1
0
        static void Main(string[] args)
        {
            var shop = new BuyingClothes();

            shop.PurchaceClothes();

            GeneralStaticClass.ExitApp();
        }
Esempio n. 2
0
 public ActionMenu(BuyingClothes buyingClothes)
 {
     BuyingClothes = buyingClothes;
 }