Ejemplo n.º 1
0
        private void btnThemXa_Click(object sender, EventArgs e)
        {
            QL_Xa_Phuong_ Xa = null;

            if (Xa == null || Xa.IsDisposed)
            {
                Xa = new QL_Xa_Phuong_();
                Xa.Show();
                Xa.Focus();
            }
        }