Korrigiert
- Repo-Pfad
This commit is contained in:
parent
6df0313cc6
commit
b5563cec4b
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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>
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user