Implementation of saver started

This commit is contained in:
2015-07-14 23:40:33 +02:00
parent 79d4c1cb27
commit a06104a7cc
7 changed files with 286 additions and 37 deletions

View File

@ -20,6 +20,7 @@ using System.Resources;
//
//
// ====== BEFORE IMPLEMENTATION OF SAVER ==============
// ====== IMPLEMENTATION OF SAVER STARTED =============
//----------------------------------------------------------------------
namespace CobXmlSupport
{
@ -1197,6 +1198,9 @@ namespace CobXmlSupport
setWindow.UserName = S.ettingUserName;
setWindow.CompanyName = S.ettingCompany;
setWindow.AktualFile = S.ettingActualFile;
setWindow.FilePath = S.ettingFilePath;
setWindow.ChkNoNsRef = S.ettingNoNsRef;
setWindow.ChkUniqueVars = S.ettingUniqueVars;
setWindow.ChkUniqueAttrVars = S.ettingUniqueAttrVars;
@ -1214,6 +1218,7 @@ namespace CobXmlSupport
setWindow.ChkBackupOwnCode = S.ettingUserCodeBcup;
setWindow.ShowDialog();
S.ettingUserName = setWindow.UserName;
S.ettingCompany = setWindow.CompanyName;
S.ettingNoNsRef = setWindow.ChkNoNsRef;