aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Messages/NavigatedToJobsModuleMessage.cs
blob: 3f2be3f891b7af0309844a1ca7701725706753aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Jobs.Messages
{
    public class NavigatedToJobsModuleMessage
    {
    }
}