From b27a2ae24487709a880582867170ae3aa5ce33a5 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 17 May 2018 14:32:22 +0300 Subject: Working on PanelPC project. --- .../PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs (limited to 'Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs') 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 + { + + } +} -- cgit v1.3.1