示例#1
0
 private static void ButSkill()
 {
     shopController = new ShopController(userController.CurrentUser);
     Console.WriteLine("Введіть ID вміння, яке ви хочете купити");
     shopController.MessagesEventSuccess += MessagesEventSuccess;
     shopController.MessagesEventFail    += MessagesEventFail;
     shopController.BuySkill(Actions());
 }