Esempio n. 1
0
        private void NewSB_Click(object sender, EventArgs e)
        {
            //string[] args = new string[] { "new" };

            CategoryNew rn = new CategoryNew();
            rn.ShowDialog();
            FillGrid();
        }
Esempio n. 2
0
        private void NewSB_Click(object sender, EventArgs e)
        {
            //string[] args = new string[] { "new" };

            CategoryNew rn = new CategoryNew();

            rn.ShowDialog();
            FillGrid();
        }