Exemplo n.º 1
0
        private void tìmTheoTênThiếtBịToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form fmSearch = new GUI_Tracuu(this, 3, hoaDons);

            fmSearch.ShowDialog();
        }
Exemplo n.º 2
0
        private void opt1ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form fmSearch = new GUI_Tracuu(this, 1, hoaDons);

            fmSearch.ShowDialog();
        }