Esempio n. 1
0
 public JSONConfig()
 {
     nodes = new JSONConfigNode[0];
     syslog = new JSONConfigSyslog();
     http = new JSONConfigHttp();
 }
Esempio n. 2
0
 public JSONConfig()
 {
     nodes  = new JSONConfigNode[0];
     syslog = new JSONConfigSyslog();
     http   = new JSONConfigHttp();
 }