ATMLCommonLibrary.controls.document.DocumentForm.DocumentChanged C# (CSharp) 메소드

DocumentChanged() 개인적인 메소드

private DocumentChanged ( Document value, bool isDirty ) : void
value Document
isDirty bool
리턴 void
        private void DocumentChanged( Document value, bool isDirty )
        {
            Text = CreateTitle( value );
            btnSaveToDatabase.Enabled = isDirty;
        }