diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-12 13:17:41 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-12 13:17:41 +0200 |
| commit | a98e30ab93fd4717bbe49c0b2cb6dff4bc65a67c (patch) | |
| tree | 5b50d3ff60da99eedc1aad14af8e526539ed2c15 /Software/Visual_Studio/Tango.BL/ObservablesStaticCollections.cs | |
| parent | 739fd56662cdee59f42ec8d80654babf158b9f51 (diff) | |
| download | Tango-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.cs | 7 |
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(); |
