Example #1
0
 public static IRgcInterface GetInterface()
 {
     if (interf == null)
     {
         interf = new RgcInterface();
     }
     return interf;
 }
Example #2
0
 public RoCommunityHandler(IRgcInterface interf)
 {
     _interf    = interf;
     _roomusers = new Dictionary <string, List <string> >();
     _rooms     = new Dictionary <string, string>();
 }
Example #3
0
 public RoCommunityHandler(IRgcInterface interf)
 {
     _interf = interf;
     _roomusers = new Dictionary<string, List<string>>();
     _rooms = new Dictionary<string, string>();
 }