Ejemplo n.º 1
0
 public RegistryCenter()
 {
     m_MessageProcessor = new MessageProcessor(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 public RegistryCenter() {
     m_MessageProcessor = new MessageProcessor(this);
 }