Ejemplo n.º 1
0
 public void InsertLinkToDoc()
 {
     if (OfficeApplication.TryLogOn())
     {
         FormInsertLinkToDocuentRepository formAddLink = new FormInsertLinkToDocuentRepository(this);
         formAddLink.ShowDialog();
     }
 }
Ejemplo n.º 2
0
        protected void InsertLinkToDocumentRepository()
        {
            FormInsertLinkToDocuentRepository frm = new FormInsertLinkToDocuentRepository(this);

            frm.ShowDialog();
        }