Extra backup on my local device

This commit is contained in:
2015-10-10 17:14:24 +02:00
parent 46e6585495
commit b4e8089efc
7 changed files with 141 additions and 39 deletions

View File

@ -91,7 +91,7 @@ namespace CobXmlSupport
try
{
ShowCode FileWin = new ShowCode();
FileWin.Parent = null;
FileWin.FormParent = null;
//FileWin.Labeltext = usageName;
FileWin.Labeltext = fname;
FileWin.CodeShower.Text = File.ReadAllText(fname);