Exemple #1
0
 public ContextMenuBase(IContextMenuHandler handler) : base(handler)
 {
 }
 public ContextMenuNotification(FormNotificationBase form, IContextMenuHandler handler) : base(handler)
 {
     this.form = form;
 }
Exemple #3
0
 protected CefContextMenuHandler(TweetLib.Browser.Interfaces.IContextMenuHandler handler)
 {
     this.logic = new ContextMenuLogic <IMenuModel>(handler, CefMenuModelAdapter.Instance);
 }
Exemple #4
0
 public ContextMenuBrowser(FormBrowser form, IContextMenuHandler handler, TweetDeckExtraContext extraContext) : base(handler)
 {
     this.form         = form;
     this.extraContext = extraContext;
 }