using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.Core.Commands;
namespace Tango.MachineStudio.Common.Navigation
{
/// <summary>
/// Represents the Machine Studio views navigation manager.
/// </summary>
public interface INavigationManager
{
/// <summary>
/// Gets the current module.
/// </summary>
IStudioModule CurrentModule { get; }