Filename copyable

This commit is contained in:
2015-09-24 14:12:42 +02:00
parent ddcdf92af3
commit fb2c721fce
3 changed files with 33 additions and 27 deletions

View File

@ -63,7 +63,7 @@ namespace CobXmlSupport
set
{
wholeFilePath = value;
lblCodeType.Text = wholeFilePath.Substring(wholeFilePath.LastIndexOf("\\") + 1); ;
txtCodeType.Text = wholeFilePath.Substring(wholeFilePath.LastIndexOf("\\") + 1); ;
}
}