public SetSampling(IDBOperation dbOperation, string dept_id, string dept_name, UcSetSamplingRate setsampling) { InitializeComponent(); this.dbOperation = dbOperation; this.deptid = dept_id; this.deptname = dept_name; this.setSampling = setsampling; createTask(); }
public SetSampling(IDBOperation dbOperation, string dept_id,string dept_name,UcSetSamplingRate setsampling) { InitializeComponent(); this.dbOperation = dbOperation; this.deptid = dept_id; this.deptname = dept_name; this.setSampling = setsampling; createTask(); }