Exemplo n.º 1
0
        private void btnHandle_Click(object sender, EventArgs e)
        {
            FlowStepHandleCommon handle = new FlowStepHandleCommon();

            if (handle.ShowDialog() == DialogResult.OK)
            {
                contentMsg = handle.ContentMsg;
                isThrough  = handle.ISThrough;
                DataStore();
            }

            //   this.Close();
            CurrentStepHandle_Load(sender, e);
        }
Exemplo n.º 2
0
        private void btnHandle_Click(object sender, EventArgs e)
        {
            FlowStepHandleCommon handle = new FlowStepHandleCommon();
            if (handle.ShowDialog() == DialogResult.OK)
            {
                contentMsg = handle.ContentMsg;
                isThrough = handle.ISThrough;
                DataStore();
            }

            //   this.Close();
            CurrentStepHandle_Load(sender, e);
        }