示例#1
0
        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();
        }
示例#2
0
        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();

        }