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