aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx/DX2D/DXGraphSurfaceSingleScroll.cs
blob: be3d4c08671d4a46f2f2f78bab1ffca650d918e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18<
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Shared.RemoteUpgrade
{
    public class StartRemoteFirmwareUpgradeRequest
    {
        public String RemoteTfpFilePath { get; set; }
    }
}