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

namespace Tango.PPC.Shared.RemoteActions
{
    public class SimulateApplicationExceptionResponse
    {
    }
}
222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244