Exemplo n.º 1
0
 public ChatApp()
 {
     _notifyHub = new NotifyHub();
 }
Exemplo n.º 2
0
 public ChatMasterEventHandler()
 {
     _notifyHub = new NotifyHub();
 }