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(); }
public ConfigDPIRules(DeviceForm devform) { this.devform = devform; this.DPIdb_operate = new DBOperation(); }
public ConfigureNAT() { this.NATdb_operate = new DBOperation(); this.devform = new DeviceForm("0.0.0.0", 22222); }