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