From 10692d6af49f30f6a4eb5054945a6368dd181022 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 22 Aug 2018 14:21:23 +0300 Subject: Refactored Machine Versions Module !!!! Embedded sqlexaminer.msi to repo. Implemented precompiled views ? Fixed an issue with RemoteDB DAL. Added Active field to hardware components. --- .../Templates/ObservablesStaticCollectionsFile.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesStaticCollectionsFile.cshtml b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesStaticCollectionsFile.cshtml index f6a4a8793..8fc0dffce 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesStaticCollectionsFile.cshtml +++ b/Software/Visual_Studio/Tango.CodeGeneration/Templates/ObservablesStaticCollectionsFile.cshtml @@ -44,7 +44,7 @@ namespace Tango.BL /// /// Initialize collection sources. /// - private void InitCollectionSources() + public void InitCollectionSources() { @foreach (var prop in Model.Properties) { -- cgit v1.3.1