コード例 #1
0
ファイル: EventRefill.cs プロジェクト: thethorne48/PPOK
 public EventRefill(Prescription prescription, Event Event)
 {
     Prescription = prescription;
     this.Event   = Event;
 }
コード例 #2
0
ファイル: EventRefill.cs プロジェクト: thethorne48/PPOK
 public EventRefill(Prescription prescription)
 {
     Prescription = prescription;
 }