diff --git a/.vs/DuoValueControl/FileContentIndex/38ca9e53-c530-4a21-b7b6-835d6f7d82f2.vsidx b/.vs/DuoValueControl/FileContentIndex/38ca9e53-c530-4a21-b7b6-835d6f7d82f2.vsidx new file mode 100644 index 0000000..f6bae03 Binary files /dev/null and b/.vs/DuoValueControl/FileContentIndex/38ca9e53-c530-4a21-b7b6-835d6f7d82f2.vsidx differ diff --git a/.vs/DuoValueControl/FileContentIndex/ea6f3f7a-efdd-4928-90cd-19d7b78f0240.vsidx b/.vs/DuoValueControl/FileContentIndex/ea6f3f7a-efdd-4928-90cd-19d7b78f0240.vsidx deleted file mode 100644 index 5b90db3..0000000 Binary files a/.vs/DuoValueControl/FileContentIndex/ea6f3f7a-efdd-4928-90cd-19d7b78f0240.vsidx and /dev/null differ diff --git a/.vs/DuoValueControl/v17/.suo b/.vs/DuoValueControl/v17/.suo index 6c1f3c6..78f3918 100644 Binary files a/.vs/DuoValueControl/v17/.suo and b/.vs/DuoValueControl/v17/.suo differ diff --git a/Daten/Test1.xml b/Daten/Test1.xml index 93338f7..f81c4eb 100644 --- a/Daten/Test1.xml +++ b/Daten/Test1.xml @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/DuoValueControl/DuoValueControl.cs b/DuoValueControl/DuoValueControl.cs index ce6d390..865c857 100644 --- a/DuoValueControl/DuoValueControl.cs +++ b/DuoValueControl/DuoValueControl.cs @@ -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; } diff --git a/HE-Test_Dll/Form1.cs b/HE-Test_Dll/Form1.cs index 86f5025..87250d1 100644 --- a/HE-Test_Dll/Form1.cs +++ b/HE-Test_Dll/Form1.cs @@ -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"; diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe index 8fa5017..a1f45f7 100644 Binary files a/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe and b/HE-Test_Dll/bin/Debug/HE-Test_Dll.exe differ diff --git a/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb b/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb index 7c04073..5a623e5 100644 Binary files a/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb and b/HE-Test_Dll/bin/Debug/HE-Test_Dll.pdb differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe index 8fa5017..a1f45f7 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe and b/HE-Test_Dll/obj/Debug/HE-Test_Dll.exe differ diff --git a/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb b/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb index 7c04073..5a623e5 100644 Binary files a/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb and b/HE-Test_Dll/obj/Debug/HE-Test_Dll.pdb differ