Exemplo n.º 1
0
 private static void listarEvent()
 {
     ListaEventos.Listar();
 }
Exemplo n.º 2
0
 private static void RemovEvent()
 {
     ListaEventos.Remover();
 }
Exemplo n.º 3
0
 private static void PesNome()
 {
     ListaEventos.PesquisarNome();
 }
Exemplo n.º 4
0
 private static void PesID()
 {
     ListaEventos.PesquisarId();
 }
Exemplo n.º 5
0
 private static void AdEvent()
 {
     ListaEventos.Adicionar();
 }