Compare saved files with copys

This commit is contained in:
2015-09-16 11:37:38 +02:00
parent a34676d971
commit 8deea75b47
2 changed files with 19 additions and 7 deletions

View File

@ -92,10 +92,11 @@ namespace CobXmlSupport
{
ShowCode FileWin = new ShowCode();
FileWin.Parent = null;
FileWin.Labeltext = usageName;
//FileWin.Labeltext = usageName;
FileWin.Labeltext = fname;
FileWin.CodeShower.Text = File.ReadAllText(fname);
FileWin.ShowDialog();
}
catch (Exception ex)
{