コード例 #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;
 }