/ Published in: C#
Expand |
Embed | Plain Text
System.Collections.ICollection col = this.GetSpecificationCollection("RES.ADDR"); foreach (IComosDSpecification e in col) { e.XMLString = s; //WrapperDebug.WriteLine("Arbeitszeit " + e.XMLString); }
You need to login to post a comment.
