Exemplo n.º 1
0
 public SetTask(string dept_id, string dept_name, UcSetTask settask, string dept_type)
 {
     InitializeComponent();
     this.deptid   = dept_id;
     this.deptname = dept_name;
     this.setTask  = settask;
     this.depttype = dept_type;
     createTask();
 }
Exemplo n.º 2
0
        public SetTask(IDBOperation dbOperation, string dept_id, string dept_name, UcSetTask settask)
        {
            InitializeComponent();

            this.dbOperation = dbOperation;
            this.deptid      = dept_id;
            this.deptname    = dept_name;
            this.setTask     = settask;
            createTask();
        }
Exemplo n.º 3
0
        public SetTask(IDBOperation dbOperation, string dept_id, string dept_name, UcSetTask settask)
        {
            InitializeComponent();

            this.dbOperation = dbOperation;
            this.deptid = dept_id;
            this.deptname = dept_name;
            this.setTask = settask;
            createTask();

        }