Ejemplo n.º 1
0
 private void thôngTinChiTiếtToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (lvMuonTra.SelectedItems.Count > 0)
     {
         ListViewItem        lvi  = lvMuonTra.SelectedItems[0];
         GiaoDienMuonTra     s    = lvi.Tag as GiaoDienMuonTra;
         Form_ChiTietMuonTra temp = new Form_ChiTietMuonTra();
         temp.MaMuonTra = s.MaMuonTra;
         temp.Show();
     }
 }
Ejemplo n.º 2
0
        private void thôngTinChiTiếtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form_ChiTietMuonTra temp = new Form_ChiTietMuonTra();

            temp.Show();
        }