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