Exemplo n.º 1
0
        private void unitToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var types = new ProductMetaList(ProductMetaList.eProductType.UNIT);

            types.ShowDialog();
        }
Exemplo n.º 2
0
        private void allTypeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var types = new ProductMetaList();

            types.ShowDialog();
        }