Exemplo n.º 1
0
 public TaskCountEvent(int _count, TaskCountEventType _type)
 {
     count = _count;
     type  = _type;
 }
Exemplo n.º 2
0
 public TaskCountEvent(int _count, TaskCountEventType _type)
 {
     count = _count;
     type = _type;
 }