Exemplo n.º 1
0
 public QueueChangedEventArgs(QueueChangedActionEnum action, T changedItem)
 {
     this.Action      = action;
     this.ChangedItem = changedItem;
 }
Exemplo n.º 2
0
 public QueueChangedEventArgs(QueueChangedActionEnum action)
 {
     this.Action = action;
 }