Esempio n. 1
0
        private void serviçoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCadastraServico serv = new frmCadastraServico();

            serv.ShowDialog();
        }
Esempio n. 2
0
        private void button6_Click_1(object sender, EventArgs e)
        {
            frmCadastraServico serv = new frmCadastraServico();

            serv.ShowDialog();
        }