Beispiel #1
0
 public Room(string id, XmppTest xmpp)
 {
     Users     = new Dictionary <string, User> ();
     this.xmpp = xmpp;
     this.ID   = id;
 }
Beispiel #2
0
 public Room(string id,XmppTest xmpp)
 {
     Users = new Dictionary<string, User> ();
     this.xmpp = xmpp;
     this.ID = id;
 }