Collected all settings ChkBoxes

This commit is contained in:
2015-07-16 23:39:27 +02:00
parent 125709f4ff
commit 83237693df
7 changed files with 170 additions and 30 deletions

View File

@ -52,7 +52,7 @@ namespace CobXmlSupport
get { return __startPos+__length-1; }
}
public string ToString()
public override string ToString()
{
return __wordSource;
}