using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.MachineStudio.Logging.Navigation
{
public enum LoggingNavigationView
{
HomeView,
EventsView,
TimelineWrapperView,
ApplicationLogsView,
EmbeddedLogsView,
}
}