Exemplo n.º 1
0
        void tsmiEdit_Click(object sender, EventArgs e)
        {
            FrmRelation  frm    = new FrmRelation(_selectRelation);
            DialogResult result = frm.ShowDialog();

            if (result == DialogResult.OK)
            {
                this.Invalidate();
            }
        }
Exemplo n.º 2
0
        void tsmiEdit_Click(object sender, EventArgs e)
        {
            FrmRelation frm = new FrmRelation(_selectRelation);
            DialogResult result = frm.ShowDialog();

            if (result == DialogResult.OK) this.Invalidate();
        }