Ejemplo n.º 1
0
 public ItemActionAttribute(ItemActionsEnum itemActionEnum, string actionName)
 {
     this.itemActionEnum = itemActionEnum;
     this.actionName     = actionName;
 }
Ejemplo n.º 2
0
 public ItemActionsEventArgs(ItemActionsEnum action, System.Collections.Generic.List <string> items)
 {
     this.m_action = action;
     this.m_items  = items;
 }
Ejemplo n.º 3
0
 public ItemActionsEventArgs(ItemActionsEnum action, System.Collections.Generic.List<string> items)
 {
     this.m_action = action;
     this.m_items = items;
 }