示例#1
0
 private WebUserParameterSelection GetUserParameterSelection(Boolean refresh)
 {
     if (_userParameterSelection.IsNull() || refresh)
     {
         _userParameterSelection = new WebUserParameterSelection();
     }
     return(_userParameterSelection);
 }