using System; using System.Collections.Generic; using System.Text; using Stylet; namespace Artemis.UI.Screens.Settings.Debug.Tabs { public class LogsDebugViewModel : Screen { public LogsDebugViewModel() { DisplayName = "Logs"; } } }