Пример #1
0
 /// <summary>
 /// Check whether the the climate region display.
 /// </summary>
 /// <returns></returns>
 public Boolean IsClimateRegionNotDisplay(string regionName)
 {
     return(ClimateRegionsCheckBox.IsCommonNotDisplayed(regionName));
 }
Пример #2
0
 /// <summary>
 /// Check whether the the vee rule display.
 /// </summary>
 /// <returns></returns>
 public Boolean IsVEERuleDisplay(string rulename)
 {
     return(CheckBoxVEERule.IsCommonNotDisplayed(rulename));
 }