aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/ThreadLoading/TryThreadLoadingRequest.proto
blob: 4235cb2d09b49b81e34c83fa6f6aa1e789dd90c9 (plain)
1
2
3
4
5
6
7
8
9
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.ScreenCapture
{
    public enum ScreenCaptureMethod
    {
        GDI,
        DirectX
    }
}