private void HandlerForEvent_WarnForTweeter_PresentationOpen(Presentation presentation) { // TESTI Application powerpointApplication = (Application)applicationObject; EventHandlerImpl.WarnForTweeter_PresentationOpen(powerpointApplication, presentation); }
public void OnCheckBoxTweetingEnabledClicked(IRibbonControl checkBox, bool isChecked) { checkBox_TweetingEnabled_CheckedState = isChecked; EventHandlerImpl.CheckBox_TweetingEnabled_Toggled(checkBox, isChecked); }