Saknat endif vid utmatnings-kod

This commit is contained in:
2015-09-01 13:07:38 +02:00
parent 7a48388f23
commit b70c342f4c
2 changed files with 10 additions and 2 deletions

View File

@ -86,8 +86,8 @@ namespace CobXmlSupport
{
string tmpNewText = txtCode.Text.Substring(oldTxt.Length);
// Debug.Write(tmpNewText);
// Tag bort denna kommentering för att testa på vad som precis skrivs på log-fönster.
//Debug.Write(tmpNewText);
//Tag bort denna kommentering för att testa på vad som precis skrivs på log-fönster.
oldTxt = txtCode.Text;
}
}