hMailServer.Administrator.Utilities.DirtyChecker.SetClean C# (CSharp) Method

SetClean() public static method

public static SetClean ( Control parentControl ) : void
parentControl System.Windows.Forms.Control
return void
        public static void SetClean(Control parentControl)
        {
            IterateControls(parentControl, Action.SetClean, null);
        }