示例#1
0
 private void showRePubForm(Office.CommandBarButton cmdBarbutton, ref bool cancel)
 {
     RePubForm frm3 = new RePubForm();
     frm3.Show();
 }
示例#2
0
 public void onRePubButton(Office.IRibbonControl control)
 {
     RePubForm frm = new RePubForm();
     frm.Show();
 }