Korrigiert

- Repo-Pfad
This commit is contained in:
Eugen Höglinger 2023-10-03 13:31:30 +02:00
parent 6df0313cc6
commit b5563cec4b
10 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<NX-Portal xmlns="https://www.engelglobal.com/de/at/index.html">
<test aaa="bbb" />
<test ccc="ddd" />
<NX_1953 aaa="bbb" />
<NX_1953 ccc="ddd" />
</NX-Portal>

View File

@ -426,7 +426,7 @@ namespace Eugen.ESystem.Windows.Forms
value = dataGridViewValues[1, i].Value.ToString(); //Unverschlüsselt
}
keys[i] = dataGridViewValues[0, i].Value.ToString(); ;
keys[i] = dataGridViewValues[0, i].Value.ToString();
values[i] = value;
}

View File

@ -123,7 +123,7 @@ namespace HE_Test_Dll1
{
duoValueControl.Password = "Test";
duoValueControl.InitialDirectory = @"C:\Temp\Test";
duoValueControl.XMLfileName = @"H:\Programmieren\Git-WorkRepository\VisualStudio\_USER CONTROL\DuoValueControl.git\Daten\Test1.xml";
duoValueControl.XMLfileName = @"C:\CAD\Git-WorkRepository\VisualStudio\_USER CONTROL\DuoValueControl.git\Daten\Test1.xml";
duoValueControl.ValueControlName = "My XML Control";
duoValueControl.Topic = "NX-Portal";
duoValueControl.GroupName = "MyGroup";