Example #1
0
        public void Voltar()
        {
            frmSearchCat f1 = new frmSearchCat();

            this.Hide();
            f1.ShowDialog();
        }
Example #2
0
        public void Categorias()
        {
            frmSearchCat f2 = new frmSearchCat();

            f2.ShowDialog();
        }