aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Scripting/Tango.Scripting.IDE/Windows/DialogWindow.xaml
Path not found
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.MachineStudio.Synchronization.Navigation
{
    /// <summary>
    /// Represents the available views to navigate to within the synchronization module.
    /// </summary>
    public enum NavigationView
    {
        MenuView,
        LocalSynchronizationView,
        RemoteSynchronizationView,
        DirectSynchronizationView,
    }
}