Ejemplo n.º 1
0
 internal ApplicationTokenEventArgs(Token token)
 {
     this._token = token;
 }
Ejemplo n.º 2
0
 public static void AddToken(Token t)
 {
     _tokens[t.Id] = t;
 }