Ejemplo n.º 1
0
 private void showSubForm(Office.CommandBarButton cmdBarbutton, ref bool cancel)
 {
     SubForm frm1 = new SubForm();
     frm1.Show();
 }
Ejemplo n.º 2
0
 public void onSubButton(Office.IRibbonControl control)
 {
     SubForm frm = new SubForm();
     frm.Show();
 }