X-Git-Url: https://git.llucax.com/z.facultad/75.10/miklolife.git/blobdiff_plain/b5cc8b1e466a552a309647373d335444c8b64401..05e29ccd5432642ed3716ebb4d7675ca944c8000:/demo/src/Main.cs diff --git a/demo/src/Main.cs b/demo/src/Main.cs index 806420e..ce03513 100644 --- a/demo/src/Main.cs +++ b/demo/src/Main.cs @@ -37,6 +37,11 @@ public class App { Application.Quit (); } + + public void OnDeleteEvent(object o, DeleteEventArgs args) + { + Application.Quit (); + } public void OnConsultarAfiliado (object o, EventArgs args) { @@ -52,8 +57,7 @@ public class App public void OnRegistrarVisitas (object o, EventArgs args) { - /*Plan p = new Plan (1); - ABMGenerico g = new ABMGenerico (p.GetType()); + /*ABMGenerico g = new ABMGenerico (typeof(Plan)); g.Run (); return;*/ VRegistrarVisitas v = new VRegistrarVisitas ();