ATMLCommonLibrary.controls.document.DocumentForm.DocumentChanged C# (CSharp) Méthode

DocumentChanged() private méthode

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