Inheritance: JsonRpcService
Ejemplo n.º 1
0
 public JsonDataHandler()
 {
     if (service == null)
     {
         service = new JsonDataService();
     }
 }
Ejemplo n.º 2
0
 public JsonDataHandler()
 {
     if (service == null) service = new JsonDataService();
 }