コード例 #1
0
ファイル: ThisAddIn.cs プロジェクト: huankiat/excalibur
 private void showPubForm(Office.CommandBarButton cmdBarbutton, ref bool cancel)
 {
     PubForm frm2 = new PubForm();
     frm2.Show();
 }
コード例 #2
0
ファイル: ExcaliburRibbon.cs プロジェクト: huankiat/excalibur
 public void onPubButton(Office.IRibbonControl control)
 {
     PubForm frm = new PubForm();
     frm.Show();
 }