aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-17 14:32:22 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-17 14:32:22 +0300
commitb27a2ae24487709a880582867170ae3aa5ce33a5 (patch)
tree09cdc2cc3070c4e72199699849a55b0ba9b97b69 /Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs
parent8d223ccd400fb855eb73f046b25338a04e5f9d34 (diff)
downloadTango-b27a2ae24487709a880582867170ae3aa5ce33a5.tar.gz
Tango-b27a2ae24487709a880582867170ae3aa5ce33a5.zip
Working on PanelPC project.
Diffstat (limited to 'Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs')
-rw-r--r--Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs b/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs
new file mode 100644
index 000000000..4ea7a4bb5
--- /dev/null
+++ b/Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Tango.SharedUI;
+
+namespace Tango.PanelPC.UI.ViewModels
+{
+ public class LayoutViewVM : ViewModel
+ {
+
+ }
+}