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