using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.MachineStudio.Common.Navigation { /// /// Represents the available views to navigate to using the . /// public enum NavigationView { LoadingView, MainView, LoginView, ShutdownView, UpdateView, } }