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