コード例 #1
0
        void cc_btn_Click(object sender, Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs e)
        {
            CCLicense cl = new CCLicense();

            cl.Show();
        }
コード例 #2
0
 void cc_btn_Click(object sender, Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs e)
 {
     CCLicense cl = new CCLicense();
     cl.Show();
 }