diff --git a/AyaNovaSolution.sln b/AyaNovaSolution.sln index d3731dc..0357f81 100644 --- a/AyaNovaSolution.sln +++ b/AyaNovaSolution.sln @@ -1143,6 +1143,7 @@ Global {9C259CE1-D7DC-4249-B1C1-DBB194984EA5}.ReleaseX86AyaNova|x86.ActiveCfg = Debug|Any CPU {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|.NET.ActiveCfg = Debug|Any CPU {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU {A2A29280-0267-4B9B-A122-C3ECDFC3CFC7}.Debug|WBI.ActiveCfg = Debug|Any CPU diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index b9d238a..1b871a4 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -2096,7 +2096,7 @@ namespace AyaNova.PlugIn.V8 } - private void ExportClientNoteTypes(ProgressForm progress) + private void ExportClientNoteTypes(ProgressForm progress) { ResetUniqueNames(); ClientNoteTypes l = ClientNoteTypes.GetItems(); diff --git a/source/WinFormApp/config.txt b/source/WinFormApp/config.txt index db42352..78859ad 100644 --- a/source/WinFormApp/config.txt +++ b/source/WinFormApp/config.txt @@ -1,19 +1,19 @@ - DataBase MSSQL Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis; - --> + - +