예제 #1
0
 internal bool HasTextChanged(Document otherDocument)
 {
     return(DocumentState.HasTextChanged(otherDocument.DocumentState));
 }