Esempio n. 1
0
        /// <summary>
        /// Delay timer, put the event for a file which is not to be changed in another thread
        /// </summary>
        /// <param name="state"></param>
        private void DelayTimer(object state)
        {
            PictureComparer p = state as PictureComparer;

            p.exifTool_Finished(p, new FinishedEventArgs("Nothing saved", ""));
        }