diff --git a/CobXmlSupport/SaveRegCopyFile.cs b/CobXmlSupport/SaveRegCopyFile.cs index 1c1b16b..5b3a988 100644 --- a/CobXmlSupport/SaveRegCopyFile.cs +++ b/CobXmlSupport/SaveRegCopyFile.cs @@ -28,6 +28,7 @@ namespace CobXmlSupport { SavedFile.fNameSaved = txtFileName.Text = saveFileDialog.FileName.Substring(saveFileDialog.FileName.LastIndexOf("\\") + 1); ; SavedFile.directorySaved = txtChosenDirectory.Text = saveFileDialog.FileName.Substring(0, saveFileDialog.FileName.LastIndexOf("\\")); + SavedFile.usageName = txtUsageName.Text; if (SavedFile.idConnect.Length > 0) { btnSave.Enabled = true;