]> git.llucax.com Git - z.facultad/75.10/miklolife.git/commitdiff
Comente una linea en MantenerPlanes... para que compile :P
authorSebastian Lavena <sjlavena@gmail.com>
Wed, 6 Jul 2005 09:13:53 +0000 (09:13 +0000)
committerSebastian Lavena <sjlavena@gmail.com>
Wed, 6 Jul 2005 09:13:53 +0000 (09:13 +0000)
Y actualizo VSProject.csproj, con nuevos archivos made in ricky.

demo/src/VSProject.csproj
demo/src/Vistas/MantenerPlanes.cs

index f48f1dc3bb90213c132eef94efcbe066e86ab8c1..b9fdce03a2b4ca60930dbb0662c1e6dbf75c225c 100644 (file)
                     SubType = "Code"\r
                     BuildAction = "Compile"\r
                 />\r
+                <File\r
+                    RelPath = "Controlador\PlanesController.cs"\r
+                    SubType = "Code"\r
+                    BuildAction = "Compile"\r
+                />\r
                 <File\r
                     RelPath = "Controlador\PrestacionesController.cs"\r
                     SubType = "Code"\r
                     BuildAction = "Compile"\r
                 />\r
+                <File\r
+                    RelPath = "Controlador\PrestadoresController.cs"\r
+                    SubType = "Code"\r
+                    BuildAction = "Compile"\r
+                />\r
                 <File\r
                     RelPath = "Controlador\RecibirPrestacionesController.cs"\r
                     SubType = "Code"\r
                     SubType = "Code"\r
                     BuildAction = "Compile"\r
                 />\r
+                <File\r
+                    RelPath = "Vistas\MantenerPrestaciones.cs"\r
+                    SubType = "Code"\r
+                    BuildAction = "Compile"\r
+                />\r
+                <File\r
+                    RelPath = "Vistas\MantenerPrestador.cs"\r
+                    SubType = "Code"\r
+                    BuildAction = "Compile"\r
+                />\r
                 <File\r
                     RelPath = "Vistas\RegistrarVisitas.cs"\r
                     SubType = "Code"\r
index 272424d97055b90908b6298eb5401d5954622fae..2405cb8ce6de9f430a1e63a82fed8a1af5f27e25 100644 (file)
@@ -128,7 +128,7 @@ public class VMantenerPlanes
                planc.CrearPlan (desc, cat, perma);
                TreeModel model = coberturas.Model;
 
-               model.Foreach (AgregarCoberturaAlPlan);
+#warning               model.Foreach (AgregarCoberturaAlPlan());
 
                planc.CommitPlan ();
                planc.Dispose ();