示例#1
0
 /// <summary>
 /// Update the Apply button state
 /// </summary>
 private void UpdateButtonState()
 {
     if (editor != null)
     {
         buttonApply.Enabled = editor.IsDirty();
     }
 }