]> git.llucax.com Git - z.facultad/75.10/miklolife.git/blobdiff - demo/src/Dominio/Autorizacion.cs
(no commit message)
[z.facultad/75.10/miklolife.git] / demo / src / Dominio / Autorizacion.cs
index 2d93c4e6dd7ac4f247a5907db12a567fa78d7629..b62dd1d9be1577be40b5512a11ac63f4b0b385c5 100644 (file)
@@ -129,12 +129,12 @@ namespace Dominio
                        {\r
                                string strAut = string.Empty;\r
 \r
                        {\r
                                string strAut = string.Empty;\r
 \r
-                               strAut += "Tipo: " + this.GetType().Name + "\n";\r
+                               strAut += "Tipo: " + this.GetType().Name + System.Environment.NewLine;\r
                                \r
                                System.Reflection.PropertyInfo[] properties = this.GetType().GetProperties();\r
                                foreach ( System.Reflection.PropertyInfo property in properties )\r
                                {\r
                                \r
                                System.Reflection.PropertyInfo[] properties = this.GetType().GetProperties();\r
                                foreach ( System.Reflection.PropertyInfo property in properties )\r
                                {\r
-                                       strAut += property.Name + " = " + property.GetValue( this, null ) + "\n";\r
+                                       strAut += property.Name + " = " + property.GetValue( this, null ) + System.Environment.NewLine;\r
                                }\r
                        \r
                                return strAut;\r
                                }\r
                        \r
                                return strAut;\r