diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs new file mode 100644 index 000000000..d860bce76 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Tango.PPC.Common.Navigation +{ + /// <summary> + /// Represents the available views to navigate to using the <see cref="INavigationManager"/>. + /// </summary> + public enum NavigationView + { + LoadingView, + LayoutView, + JobsView, + } +} |
