Ejemplo n.º 1
0
 public int CreateCable(string name, string assignment, string location)
 {
     return(ComObject.CreateCable(name, assignment, location));
 }