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