/// <summary>
        /// ยืนยัน การเบิก เปิด list windows
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void button4_Click(object sender, EventArgs e)
        {
            string code = dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[2].Value.ToString();
            ISS2FrontAllowConfirmForm obj = new ISS2FrontAllowConfirmForm(this, code);

            obj.ShowDialog();
        }
Пример #2
0
 public SelectedEmployeePopup(ISS2FrontAllowConfirmForm iSS2FrontAllowConfirmForm)
 {
     InitializeComponent();
     this.iSS2FrontAllowConfirmForm = iSS2FrontAllowConfirmForm;
     _FromForm = "ISS2FrontAllowConfirmForm";
 }