Exemple #1
0
 public ChatApp()
 {
     _notifyHub = new NotifyHub();
 }
Exemple #2
0
 public ChatMasterEventHandler()
 {
     _notifyHub = new NotifyHub();
 }