Exemple #1
0
 public void CreateRoom(string room)
 {
     _client.CreateRoom(room);
 }
Exemple #2
0
 public void CreateRoom(string room)
 {
     WriteDebugInfo(String.Format("Create Room {0} requested.", room));
     _client.CreateRoom(room);
     WriteDebugInfo(String.Format("Create Room {0} requested.", room));
 }