aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Images/seamless-grid.jpg
diff options
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,
    }
}
context:
space: