瀏覽代碼

Обновить 'LaBoAp/Program.cs'

21IS18 2 年之前
父節點
當前提交
963487cd1f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      LaBoAp/Program.cs

+ 2 - 0
LaBoAp/Program.cs

@@ -23,6 +23,8 @@ namespace LaBoAp
         string s = Console.ReadLine();
 	Console.WriteLine("Подтвердите действие");
         string p = Console.ReadLine();
+    Console.WriteLine("Выберете товар");
+        string y = Console.ReadLine();
 	Console.ReadKey();
         }
     }