From: Ricardo Markiewicz Date: Thu, 7 Jul 2005 07:24:04 +0000 (+0000) Subject: Para guille :) X-Git-Tag: svn_import~12 X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/commitdiff_plain/820f54373e665a92061edc3decf33e095ecb2678 Para guille :) --- diff --git a/demo/glade/main.glade b/demo/glade/main.glade index 8fc7c48..9566241 100644 --- a/demo/glade/main.glade +++ b/demo/glade/main.glade @@ -211,6 +211,37 @@ + + + + True + Contingencia + True + + + + + + + True + Procesar Informes de los Prestadorres + True + + + + + + + True + Carga de Autorización _Automática + True + + + + + + + 0 diff --git a/demo/src/Main.cs b/demo/src/Main.cs index 37e797e..1c908ac 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -183,5 +183,15 @@ public class App VConsultarAutorizaciones v = new VConsultarAutorizaciones (); v.Run (); } + + public void OnPedidoAutorizacionAutomatica (object o, EventArgs args) + { + } + + public void OnProcesarInformes (object o, EventArgs args) + { + /* PARA VOS GUILLE !!! */ + } + }