コード例 #1
0
ファイル: Repeat.cs プロジェクト: g1357/ScoroCodeDemo
 public Repeat setMonthly(TypeMonthly monthly)
 {
     this.monthly = monthly;
     return(this);
 }
コード例 #2
0
ファイル: Repeat.cs プロジェクト: g1357/ScoroCodeDemo
 public Repeat(TypeCustom custom, TypeDaily daily, TypeMonthly monthly)
 {
     this.custom  = custom;
     this.daily   = daily;
     this.monthly = monthly;
 }