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

            f.Show();
        }
Exemplo n.º 2
0
        private void bt_ThemSP_Click(object sender, EventArgs e)
        {
            Them_SanPham fTSP = new Them_SanPham(this);

            fTSP.ShowDialog();
        }