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