예제 #1
0
파일: Online.cs 프로젝트: FSantosx/clinica
        private void editarfun(object sender, EventArgs e)
        {
            bool which = true;
            Cadastro_Funcionario editfun = new Cadastro_Funcionario(which);

            editfun.Show();
        }
예제 #2
0
파일: Online.cs 프로젝트: FSantosx/clinica
        private void cadfun(object sender, EventArgs e)
        {
            bool which = false;
            Cadastro_Funcionario CadFun = new Cadastro_Funcionario(which);

            CadFun.Show();
        }