Example #1
0
 public void DwgOut(DwgFiler filer)
 {
     createInstance();
     BaseDBObject.DwgOut(filer);
     tr.Dispose();
 }