aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Jobs/ViewContracts/IJobView.cs
blob: 345dced818cd1c218ce0a0af527859a9facd2f1c (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.PPC.Common;

namespace Tango.PPC.Jobs.ViewContracts
{
    public interface IJobView : IPPCView
    {
        void DisplaySampleDye();
    }
}