public void Detach() { if (null != _iSession) { uint err = _iSession.logoutSession(FIXEDDATATIMOUT); if (err != 0) { U.LogPopup("EC1000 logoutSession Error= {0}", errorList[err]); } GalvoX.Disable(); GalvoY.Disable(); } }
/// <summary> /// Set up the ID references for this object /// </summary> public override void InitializeIDReferences() { base.InitializeIDReferences(); GalvoX.Enable(); GalvoY.Enable(); }