Exemplo n.º 1
0
 /// <summary>
 /// 初始化
 /// </summary>
 public void InterfaceInit()
 {
     if (!isInit)
     {
         handelModel = new DarewayInterfaceResolver();
         isInit      = true;
     }
 }