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

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

            serv.ShowDialog();
        }