Пример #1
0
 public void SetCursor(System.Windows.Forms.Cursor cursor)
 {
     if (_container != null)
     {
         _container.SetCursor(cursor);
     }
 }
Пример #2
0
        public void SetCursor(Cursor cursor)
        {
            Logger.Log("EventlogPlugin.SetCursor", Logger.eventLogLogLevel);

            if (_container != null)
            {
                _container.SetCursor(cursor);
            }
        }
Пример #3
0
        public void SetCursor(System.Windows.Forms.Cursor cursor)
        {
            Logger.Log("ServiceManagerPlugin.SetCursor", Logger.ServiceManagerLoglevel);

            if (_container != null)
            {
                _container.SetCursor(cursor);
            }
        }
Пример #4
0
        public void SetCursor(System.Windows.Forms.Cursor cursor)
        {
            Logger.Log("RegistryViewerPlugin.SetCursor", Logger.RegistryViewerLoglevel);

            if (_container != null)
            {
                _container.SetCursor(cursor);
            }
        }
Пример #5
0
        /// <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);
            }
        }
Пример #6
0
        public void SetCursor(System.Windows.Forms.Cursor cursor)
        {
            Logger.Log("FileBrowserPlugIn.SetCursor", Logger.FileBrowserLogLevel);

            if (_container != null)
            {
                _container.SetCursor(cursor);
            }
        }