hMailServer.Administrator.Utilities.DirtyChecker.SetClean C# (CSharp) Метод

SetClean() публичный статический Метод

public static SetClean ( Control parentControl ) : void
parentControl System.Windows.Forms.Control
Результат void
        public static void SetClean(Control parentControl)
        {
            IterateControls(parentControl, Action.SetClean, null);
        }