aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-06-11 11:26:47 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-06-11 11:26:47 +0300
commit23600da8f47bde5e0916b0bea3edb17b9911c654 (patch)
tree8a1a685c6e66eaad5e9df0993f628ca842fee00d /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
parent51d7c41cbbec95d2428a270b3f585011aa9babf3 (diff)
parentb21d8e7c164b63d14d15cfdf3dda68ae88a03043 (diff)
downloadTango-23600da8f47bde5e0916b0bea3edb17b9911c654.tar.gz
Tango-23600da8f47bde5e0916b0bea3edb17b9911c654.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
index 37940b2f8..a33dc25d7 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
@@ -17,11 +17,6 @@ namespace Tango.PPC.UI.ViewModels
{
public class LoadingViewVM : PPCViewModel
{
- public LoadingViewVM(IPPCApplicationManager application, IAuthenticationProvider authentication, INavigationManager navigation, INotificationProvider notification) : base(application, authentication, navigation, notification)
- {
-
- }
-
public async override void OnApplicationStarted()
{
await Task.Delay(500);