aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/FSE/Tango.FSE.Common/Resolution/ResolutionMode.cs
blob: b770bbc71a05a33de289f82b4c0ecd0888c0a116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.FSE.Common.Resolution
{
    public enum ResolutionMode
    {
        None,
        High,
        Low
    }
}