aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-06-10 09:53:00 +0300
committerAvi Levkovich <avi@twine-s.com>2018-06-10 09:53:00 +0300
commitd516e955b9dd7c13370d36f53f41e141c924fbe9 (patch)
treeae7349626d62bb8fcf0d05c96ea80ea67dcfe8c4 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/LoadingViewVM.cs
parent472d879a791792648d35acf15cb80821c5ab6716 (diff)
parent456a74d3dc0fd3853f0e55f35f999895e23aa7a5 (diff)
downloadTango-d516e955b9dd7c13370d36f53f41e141c924fbe9.tar.gz
Tango-d516e955b9dd7c13370d36f53f41e141c924fbe9.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);