]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Main.cs
Implementacion del MEGA Metodo Super estrella mundialmente conocido como getEstado().
[z.facultad/75.10/miklolife.git] / demo / src / Main.cs
index 56637c56585f6f53e0d22d210db6bd23fdd9321e..ce035131de9ef0b4a19f2e6335bbcb975551b7fe 100644 (file)
@@ -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)
        {
@@ -50,6 +55,15 @@ public class App
                v.Run ();
        }
 
+       public void OnRegistrarVisitas (object o, EventArgs args)
+       {
+               /*ABMGenerico g = new ABMGenerico (typeof(Plan));
+               g.Run ();
+               return;*/
+               VRegistrarVisitas v = new VRegistrarVisitas ();
+               v.Run ();
+       }
+
        public void OnConsultarAfiliadoClose (object o, EventArgs args)
        {
                wConsultarAfiliado.Destroy ();