Ejemplo n.º 1
0
 public ContextMenuNotification(FormNotificationBase form, bool enableCustomMenu) : base(form)
 {
     this.form             = form;
     this.enableCustomMenu = enableCustomMenu;
 }
Ejemplo n.º 2
0
 public KeyboardHandlerNotification(FormNotificationBase notification)
 {
     this.notification = notification;
 }
Ejemplo n.º 3
0
 public ContextMenuNotification(FormNotificationBase form, IContextMenuHandler handler) : base(handler)
 {
     this.form = form;
 }