public static void Main() { Classe c = new Classe(); c.EventoNotificação += new Notificação(c.EventoNotificaçãoHandler); c.Método(); }