Esempio n. 1
0
 public FormItemEventHandler(B1ItemEventDispatcher dispatcher, IFormInstance form, params object[] subordinates)
 {
     this.dispatcher   = dispatcher;
     this.form         = form;
     this.subordinates = subordinates ?? new object[0];
 }
Esempio n. 2
0
 public FormItemEventHandler(B1ItemEventDispatcher dispatcher, IFormInstance form) : this(dispatcher, form, null)
 {
 }