Example #1
0
        //========================================================================================
        // Constructor
        //========================================================================================
        /// <summary>
        /// Initialize a new instance of this scaner with the specified iTunes interface.
        /// </summary>
        /// <param name="itunes"></param>
        /// <param name="catalog"></param>
        public FileWatchScanner(Controller controller, ICatalog catalog, FileWatchAction action)
            : base(Resx.I_ScanFileWatch, controller, catalog)
        {
            base.description = Resx.ScanFileWatch;

            this.action = action;
        }
Example #2
0
        //========================================================================================
        // Constructor
        //========================================================================================

        /// <summary>
        /// Initialize a new instance of this scaner with the specified iTunes interface.
        /// </summary>
        /// <param name="itunes"></param>
        /// <param name="catalog"></param>

        public FileWatchScanner(Controller controller, ICatalog catalog, FileWatchAction action)
            : base(Resx.I_ScanFileWatch, controller, catalog)
        {
            base.description = Resx.ScanFileWatch;
            base.tooltip     = action.ChangeType + ": " + action.FullPath;

            this.action = action;
        }