コード例 #1
0
ファイル: Pdm.cs プロジェクト: scudrunner/OmniCore
 public Pdm(IMessageRadio radio, Pod activePod, BasalSchedule basalSchedule)
 {
     this.Radio         = radio;
     this.Pod           = activePod;
     this.BasalSchedule = basalSchedule;
 }