diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-17 14:32:22 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-17 14:32:22 +0300 |
| commit | b27a2ae24487709a880582867170ae3aa5ce33a5 (patch) | |
| tree | 09cdc2cc3070c4e72199699849a55b0ba9b97b69 /Software/Visual_Studio/PanelPC/Tango.PanelPC.UI/ViewModels/LayoutViewVM.cs | |
| parent | 8d223ccd400fb855eb73f046b25338a04e5f9d34 (diff) | |
| download | Tango-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.cs | 14 |
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 + { + + } +} |
