示例#1
0
文件: Winner.cs 项目: sobne/Nkit
 public Winner(Chooser chooser, Gift gift)
 {
     this.Chooser = chooser;
     this.Gift    = gift;
 }
示例#2
0
 public GiftArgs(Gift gift)
 {
     this.Gift = gift;
 }