コード例 #1
0
        static void Main(string[] args)
        {
            var shop = new BuyingClothes();

            shop.PurchaceClothes();

            GeneralStaticClass.ExitApp();
        }
コード例 #2
0
ファイル: ActionMenu.cs プロジェクト: solvine/ClotheStore
 public ActionMenu(BuyingClothes buyingClothes)
 {
     BuyingClothes = buyingClothes;
 }