コード例 #1
0
        private void HandlerForEvent_WarnForTweeter_PresentationOpen(Presentation presentation)
        {
            // TESTI
            Application powerpointApplication = (Application)applicationObject;

            EventHandlerImpl.WarnForTweeter_PresentationOpen(powerpointApplication, presentation);
        }
コード例 #2
0
 public void OnCheckBoxTweetingEnabledClicked(IRibbonControl checkBox, bool isChecked)
 {
     checkBox_TweetingEnabled_CheckedState = isChecked;
     EventHandlerImpl.CheckBox_TweetingEnabled_Toggled(checkBox, isChecked);
 }