Example #1
0
 public override void DoSelect()
 {
     if (PropertiesCtl == null)
     {
         VMDirEnvironment.Instance.Logger.Log("PropertiesCtl is null", LogLevel.Error);
     }
     PropertiesCtl.SetEditState(false);
     DoExpand();
 }
Example #2
0
 public override void DoSelect()
 {
     if (ServerDTO.IsLoggedIn)
     {
         PropertiesCtl.Init(VMDirConstants.ATTR_VMW_DSEROOT_DN, string.Empty, ServerDTO, ServerProperties);
     }
     else
     {
         PropertiesCtl.ClearView();
         PropertiesCtl.SetEditState(false);
     }
 }