Пример #1
0
        private void btnThem_Click(object sender, EventArgs e)
        {
            ThaoTac = "themmoi";
            GUI_ThemPhim themPhim = new GUI_ThemPhim();

            themPhim.ShowDialog();
        }
Пример #2
0
 private void btnSua_Click(object sender, EventArgs e)
 {
     if (_maPhim <= 0)
     {
         MessageBox.Show("Vui lòng chọn phim cần sửa!");
     }
     else
     {
         ThaoTac = "sua";
         GUI_ThemPhim SuaPhim = new GUI_ThemPhim();
         SuaPhim.ShowDialog();
     }
 }