Example #1
0
 public void RecevieContents(Jewels safeContent)
 {
     returnedContents = safeContent;
     Console.WriteLine("感謝歸還" + safeContent.sparkle());
 }
Example #2
0
 override public void  ReturnContents(Jewels Safecontents, Owner owener)
 {
     stolenJewel = Safecontents;
     Console.WriteLine("我偷了寶石" + Safecontents.sparkle());
 }