Exemplo n.º 1
0
 public MainMenuEventListener(IMainMenuInstance main, B1MenuEventDispatcher dispatcher)
 {
     this.main       = main;
     this.dispatcher = dispatcher;
 }
Exemplo n.º 2
0
 public FormMenuEventListener(IFormInstance form, B1MenuEventDispatcher dispatcher)
 {
     this.form       = form;
     this.dispatcher = dispatcher;
 }