예제 #1
0
 internal MessageDetail(Utils.SpellChecker.Result spellError)
     : this(spellError.ToString(false), spellError.ToString(true), spellError.SelectionStart, spellError.SelectionLength)
 {
 }
예제 #2
0
 internal MessageDetail(Utils.Tidy.Result tidy)
     : this(tidy.ToString(false), tidy.ToString(true), tidy.SelectionStart, tidy.SelectionLength)
 {
 }