示例#1
0
 private void bt_submit_Click(object sender, EventArgs e)
 {
     if (this.提交结果.SelectedItem != null)
     {
         exEvent.submitResult(new Guid(tbGUID.Text), Guid.Empty, this.提交结果.SelectedItem.ToString(), this.提交人员.Text, this.提交部门.Text, this.提交职能.Text, this.提交方式.Text, this.提交说明.Text, this.触发器类型.Text, this.一状态办理人员.Text, this.数据表单.Text);
         this.errorProvider1.Clear();
     }
     else
     {
         this.errorProvider1.SetError(this.提交结果, "请输入提交结果");
     }
     提交结果.Text = "";
 }