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