.
1 User u =(User)ComosObjectFactory.Create((IComosDDevice)e.LinkObject);
.
1 System.Collections.ICollection col = this.GetSpecificationCollection("RES.ADDR");
2 foreach (IComosDSpecification e in col)
3 {
4 e.XMLString = s;
5 //WrapperDebug.WriteLine("Arbeitszeit " + e.XMLString);
6 }
Pages : 1