コード例 #1
0
ファイル: Repeat.cs プロジェクト: g1357/ScoroCodeDemo
 public Repeat setCustom(TypeCustom custom)
 {
     this.custom = custom;
     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;
 }