Example #1
0
 public void GetYears(ref string show, ref string hide)
 {
     ShowTypeYear.GetValues(ref show, ref hide);
 }
Example #2
0
 public bool?ShowYears(string[] years)
 {
     return(ShowTypeYear.ShowValue(years));
 }
Example #3
0
 public void SetYears(string show, string hide)
 {
     ShowTypeYear.SetValues(show, hide);
 }