Beispiel #1
0
 public CNCRulesManage()
 {
     this.db_operate = new DBOperation();
     this.devform    = new DeviceForm("0.0.0.0", 22222);
 }
 public ConfigWhiteLists()
 {
     this.devform        = new DeviceForm("0.0.0.0", 22222);
     this.LISTdb_operate = new DBOperation();
 }
Beispiel #3
0
 public ConfigDPIRules(DeviceForm devform)
 {
     this.devform       = devform;
     this.DPIdb_operate = new DBOperation();
 }
Beispiel #4
0
 public ConfigureNAT()
 {
     this.NATdb_operate = new DBOperation();
     this.devform       = new DeviceForm("0.0.0.0", 22222);
 }