Ejemplo n.º 1
0
 public IVisio.Document TryOpen(IVisio.Documents docs, string filename)
 {
     using (var scope = new VA.Application.AlertResponseScope(docs.Application, VA.Application.AlertResponseCode.No))
     {
         var doc = docs.Open(filename);
         return doc;
     }
 }