Ejemplo 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;
 }
Ejemplo 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;
 }