diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-12 17:24:59 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-12 17:24:59 +0200 |
| commit | 529d8938db258e7162b7776a5b5180a9675a7f70 (patch) | |
| tree | 2c8df0162269a60a8532085c1dc97b70fdd0d469 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | |
| parent | a98e30ab93fd4717bbe49c0b2cb6dff4bc65a67c (diff) | |
| download | Tango-529d8938db258e7162b7776a5b5180a9675a7f70.tar.gz Tango-529d8938db258e7162b7776a5b5180a9675a7f70.zip | |
Some improvements to PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs index fd36d0d13..7ac7db47d 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LayoutViewVM.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using System.Windows.Threading; using Tango.Core.Commands; using Tango.Core.DI; using Tango.Integration.Operation; |
