Implementation of saver started
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user