예제 #1
0
 private bool CategoriaPossuiProduto(CategoriaCNH categotiaAtual)
 {
     throw new NotImplementedException();
 }
예제 #2
0
        private void CategoriaCNHToolStripMenuItem_Click_1(object sender, EventArgs e)
        {
            CategoriaCNH frmfunc = new CategoriaCNH();

            frmfunc.Show();
        }