aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/ExternalBridge/IPPCExternalBridgeService.cs
blob: 9154fa09cb3a4d1a6d3c7eb21fb166347f3dfaf3 (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;
using Tango.Integration.ExternalBridge;

namespace Tango.PPC.Common.ExternalBridge
{
    public interface IPPCExternalBridgeService : IExternalBridgeService
    {
        
    }
}