Exemplo n.º 1
0
        private void toolStripButton3_Click(object sender, EventArgs e)
        {
            Themlienlac f = new Themlienlac();

            f.Show();
            sqdTenNhom.DataSource = DanhBa.getDanhBa((string)sqdNhom.CurrentCell.Value);
        }
Exemplo n.º 2
0
        private void toolStripButton3_Click(object sender, EventArgs e)
        {
            Themlienlac them = new Themlienlac();

            them.ShowDialog();
        }