diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 15:05:17 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-14 15:05:17 +0300 |
| commit | 84a8a6924abb7f78191d6f0d2290b55832c456ae (patch) | |
| tree | 12d8902073554bef59617cb463e0d0168432de88 /Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | |
| parent | d47216027fb8eb28142b1c18841c1e05bb38e955 (diff) | |
| download | Tango-84a8a6924abb7f78191d6f0d2290b55832c456ae.tar.gz Tango-84a8a6924abb7f78191d6f0d2290b55832c456ae.zip | |
Implemented color conversion error messages !
Implemented unified printing manager on PPC.
Refactored job statuses and categories to DRAFT, COMPLETED, DISRUPTED.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs index b2475b139..0fb2be851 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/PPCViewModel.cs @@ -11,6 +11,7 @@ using Tango.PPC.Common.Connection; using Tango.PPC.Common.ExternalBridge; using Tango.PPC.Common.Navigation; using Tango.PPC.Common.Notifications; +using Tango.PPC.Common.Printing; using Tango.Settings; using Tango.SharedUI; using static Tango.SharedUI.Controls.NavigationControl; @@ -67,6 +68,12 @@ namespace Tango.PPC.Common [TangoInject] public IPPCExternalBridgeService ExternalBridgeService { get; set; } + /// <summary> + /// Gets or sets the printing manager. + /// </summary> + [TangoInject] + public IPrintingManager PrintingManager { get; set; } + private PPCSettings _settings; /// <summary> |
