Exemplo n.º 1
0
        private void btnAdd_Click(object sender, EventArgs e)
        {
            FrmPlan fp = (FrmPlan)Owner;

            fp.LocString = dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[0].Value.ToString();
            this.Close();
        }
Exemplo n.º 2
0
        private void btnCan_Click(object sender, EventArgs e)
        {
            FrmPlan fp = (FrmPlan)Owner;

            fp.LocString = null;
            this.Close();
        }
Exemplo n.º 3
0
        private void btn4_Click(object sender, EventArgs e)
        {
            FrmPlan fp = new FrmPlan();

            fp.ShowDialog();
        }