# HG changeset patch # User Nelo@Guinea.neluz.int # Date 1312168220 10800 # Node ID a5ff4de4a1d38e3739dc26b8d3473e5d97c39d76 # Parent 3639803112c69d9778c555bfd8cb3d78f43ba218 EditorForModel en Nuevo Evento y Proponer diff -r 3639803112c6 -r a5ff4de4a1d3 Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Fri Jul 29 16:30:53 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.Designer.cs Mon Aug 01 00:10:20 2011 -0300 @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.225 +// Runtime Version:4.0.30319.235 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -79,6 +79,24 @@ } /// + /// Looks up a localized string similar to Tipo de evento. + /// + public static string TipoEvento { + get { + return ResourceManager.GetString("TipoEvento", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Define las características que tendrá el evento como objetivo, dinámica del evento, etc.. + /// + public static string TipoEventoDescription { + get { + return ResourceManager.GetString("TipoEventoDescription", resourceCulture); + } + } + + /// /// Looks up a localized string similar to Título. /// public static string Titulo { diff -r 3639803112c6 -r a5ff4de4a1d3 Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx --- a/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Fri Jul 29 16:30:53 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Resources/Properties/DataAnnotationResources.resx Mon Aug 01 00:10:20 2011 -0300 @@ -123,6 +123,12 @@ debe ingresar el nombre del ponente + + Tipo de evento + + + Define las características que tendrá el evento como objetivo, dinámica del evento, etc. + Título diff -r 3639803112c6 -r a5ff4de4a1d3 Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj --- a/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Fri Jul 29 16:30:53 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Web/Agendas.Web.csproj Mon Aug 01 00:10:20 2011 -0300 @@ -67,6 +67,7 @@ + Global.asax @@ -209,6 +210,9 @@ + + +