Exemplo n.º 1
0
        private void btnListarFun_Click(object sender, EventArgs e)
        {
            tlCrudFun crud = new tlCrudFun();

            crud.Show();
        }
Exemplo n.º 2
0
        private void funcionáriosToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            tlCrudFun crud = new tlCrudFun();

            crud.Show();
        }