Korrigiert

- Pfad für Testdatei korrigiert
This commit is contained in:
Eugen Höglinger 2023-10-03 13:08:47 +02:00
parent a0793ca251
commit f4819a539b
8 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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