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);
        }