Esempio n. 1
0
 public EventCommandListbox(Dictionary<string, object> Params)
     : base(Params)
 {
     this.list = new EventCommandListboxInternal(this);
     this.list.source = ProjectManager.Components[Params["Source"] as string] as EventCommandProvider;
 }
Esempio n. 2
0
 public EventCommandListbox(Dictionary <string, object> Params)
     : base(Params)
 {
     this.list        = new EventCommandListboxInternal(this);
     this.list.source = ProjectManager.Components[Params["Source"] as string] as EventCommandProvider;
 }