aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Modules/Tango.FSE.Diagnostics/Project/DiagnosticsUserWidgetSettings.cs
blob: 855bd31f9687dea59eb65541915283b68e8ec32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FSE.Diagnostics.Project
{
    public class DiagnosticsUserWidgetSettings
    {
        public String WidgetID { get; set; }
        public DiagnosticsWidgetSettings Settings { get; set; }
    }
}