aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-12-17 09:41:41 +0200
committerShlomo Hecht <shlomo@twine-s.com>2018-12-17 09:41:41 +0200
commit9562ca15079cdbf2bcfd11c8c8def4a8e4573a78 (patch)
tree480bb5f4a49a398d789197006e66ca76d78ff007 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs
parentfc23da7f3510cce58308841eefb96d59868317ff (diff)
parentd8d1128887089087578286f37561dc8942726ba4 (diff)
downloadTango-9562ca15079cdbf2bcfd11c8c8def4a8e4573a78.tar.gz
Tango-9562ca15079cdbf2bcfd11c8c8def4a8e4573a78.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs
new file mode 100644
index 000000000..736bff5a2
--- /dev/null
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Logging/ViewModels/MainViewVM.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using Tango.PPC.Common;
+
+namespace Tango.PPC.Logging.ViewModels
+{
+ public class MainViewVM : PPCViewModel
+ {
+ public override void OnApplicationStarted()
+ {
+
+ }
+ }
+}