diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-30 14:30:37 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-30 14:30:37 +0300 |
| commit | 3d9beda13daccac78fb05dc94d1430a0a47e9db6 (patch) | |
| tree | 46bacc886e0c04cb944fb494d9ec5b49d8ccd207 /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs | |
| parent | 7171e1a3b7579420f2060798c649088d70565401 (diff) | |
| download | Tango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.tar.gz Tango-3d9beda13daccac78fb05dc94d1430a0a47e9db6.zip | |
Some work..
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs index ef033626a..0f66b6fc8 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/MachineSetupViewVM.cs @@ -347,7 +347,7 @@ namespace Tango.PPC.UI.ViewModels { if (await NotificationProvider.ShowQuestion("Are you sure you want to skip the machine communication test?")) { - + await NavigateTo(MachineSetupView.SetupWelcomeView); } } |
