Ejemplo n.º 1
0
        private void tsbBillImport_Click(object sender, EventArgs e)
        {
            InputProducts inputProducts = new InputProducts();

            if (inputProducts.ShowDialog() == DialogResult.OK)
            {
                LoadTable();
            }
        }
Ejemplo n.º 2
0
        private void menuImport_Click(object sender, EventArgs e)
        {
            InputProducts input = new InputProducts();

            input.ShowDialog();
        }
Ejemplo n.º 3
0
        private void nhậpHàngToolStripMenuItem_Click(object sender, EventArgs e)
        {
            InputProducts input = new InputProducts();

            input.ShowDialog();
        }