Esempio n. 1
0
        private void btnQuanLy_Click(object sender, EventArgs e)
        {
            QuanLyAccount ql = new QuanLyAccount();

            ql.ShowDialog();
        }