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