Пример #1
0
 private void editor_EditorTextChanged(object sender, EditorTextChangedEventArgs e)
 {
     bool dirty = m_editor.Dirty;
     if (dirty != m_dirty)
     {
         Dirty = dirty;
     }
 }
Пример #2
0
 private void editor_EditorTextChanged(object sender, EditorTextChangedEventArgs e)
 {
     //bool dirty = m_editor.Dirty;
     //if (dirty != Dirty)
     //{
     //    Dirty = dirty;
     //}
 }