public void SetCursor(System.Windows.Forms.Cursor cursor) { if (_container != null) { _container.SetCursor(cursor); } }
public void SetCursor(Cursor cursor) { Logger.Log("EventlogPlugin.SetCursor", Logger.eventLogLogLevel); if (_container != null) { _container.SetCursor(cursor); } }
public void SetCursor(System.Windows.Forms.Cursor cursor) { Logger.Log("ServiceManagerPlugin.SetCursor", Logger.ServiceManagerLoglevel); if (_container != null) { _container.SetCursor(cursor); } }
public void SetCursor(System.Windows.Forms.Cursor cursor) { Logger.Log("RegistryViewerPlugin.SetCursor", Logger.RegistryViewerLoglevel); if (_container != null) { _container.SetCursor(cursor); } }
/// <summary> /// Sets the cursor state while processing.... /// </summary> /// <param name="cursor"></param> public void SetCursor(System.Windows.Forms.Cursor cursor) { Logger.Log("ADUCPlugin.SetCursor", Logger.manageLogLevel); if (_container != null) { _container.SetCursor(cursor); } }
public void SetCursor(System.Windows.Forms.Cursor cursor) { Logger.Log("FileBrowserPlugIn.SetCursor", Logger.FileBrowserLogLevel); if (_container != null) { _container.SetCursor(cursor); } }