Esempio n. 1
0
 private static void TradeCandy(CandyStorage db)
 {
     Console.WriteLine("Here are candy owners you can trade with.");
     // db.PrintOwnersList();
     db.MatchCandyId();
     Console.WriteLine("Hit Enter to go back to the menu!");
 }