aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-12 13:17:41 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-12 13:17:41 +0200
commita98e30ab93fd4717bbe49c0b2cb6dff4bc65a67c (patch)
tree5b50d3ff60da99eedc1aad14af8e526539ed2c15 /Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs
parent739fd56662cdee59f42ec8d80654babf158b9f51 (diff)
downloadTango-a98e30ab93fd4717bbe49c0b2cb6dff4bc65a67c.tar.gz
Tango-a98e30ab93fd4717bbe49c0b2cb6dff4bc65a67c.zip
Working on PPC color catalog.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs b/Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs
index 2847c508e..9ff695567 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs
@@ -33,6 +33,11 @@ namespace Tango.BL
}
}
+ public ObservablesContext Context
+ {
+ get { return db; }
+ }
+
/// <summary>
/// Initializes this instance.
/// </summary>
@@ -87,7 +92,6 @@ namespace Tango.BL
MachineVersions = db.MachineVersions.ToObservableCollection();
-
//Load later...
Task.Factory.StartNew(() =>
{
@@ -96,6 +100,7 @@ namespace Tango.BL
MidTankTypes = db.MidTankTypes.ToObservableCollection();
CartridgeTypes = db.CartridgeTypes.ToObservableCollection();
IdsPackFormulas = db.IdsPackFormulas.ToObservableCollection();
+ ColorCatalogs = db.ColorCatalogs.ToObservableCollection();
Rmls = db.Rmls.ToObservableCollection();