using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.MachineStudio.Synchronization.Navigation { /// /// Represents the available views to navigate to within the synchronization module. /// public enum NavigationView { MenuView, LocalSynchronizationView, RemoteSynchronizationView, DirectSynchronizationView, } }