Ejemplo n.º 1
0
 public int CreateBlock(string name    = null, string assignment = null, string location = null, string cmpname = null,
                        string version = null, string filename   = null)
 {
     return(ComObject.CreateBlock(name, assignment, location, cmpname, version, filename));
 }