git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C70
This commit is contained in:
parent
d8ea0cceb0
commit
e571461a37
2 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ namespace AYA.SlnSinort
|
|||
bundles.Add(new ScriptBundle("~/bundles/moment").Include("~/Scripts/moment.js").Include("~/Scripts/moment-with-langs.js"));
|
||||
bundles.Add(new ScriptBundle("~/bundles/toastr").Include("~/Scripts/toastr.js"));
|
||||
bundles.Add(new ScriptBundle("~/bundles/jquery-dataTables").Include("~/Scripts/DataTables-1.10.0/jquery.dataTables.js"));
|
||||
bundles.Add(new ScriptBundle("~/bundles/timepicki").Include("~/Scripts/timepicki.js"));
|
||||
|
||||
bundles.Add(new StyleBundle("~/Content/css")
|
||||
.Include("~/Content/Site.css"));
|
||||
|
|
@ -49,7 +50,7 @@ namespace AYA.SlnSinort
|
|||
bundles.Add(new ScriptBundle("~/Script-Global")
|
||||
.Include("~/Sinort-Scripts/Global.js"));
|
||||
|
||||
|
||||
bundles.Add(new StyleBundle("~/Content/timepicki").Include("~/Content/timepicki.css"));
|
||||
//AGREGAR SIGUIENTES SCRIPTS
|
||||
|
||||
bundles.Add(new ScriptBundle("~/Scripts/Sinort-PropuestaNormativa")
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ namespace Atesa.Utilitarios
|
|||
}
|
||||
catch
|
||||
{
|
||||
throw new Exception("The registry key 'ParametrosProcesoUltimus' does not exist and could not create it");
|
||||
throw new Exception("The registry key 'Parametros' does not exist and could not create it");
|
||||
}
|
||||
}
|
||||
public void AddValueKeyRegedit(string KeyStringName, string KeyStringValue, bool Encrypt)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue