Last-Modified: Fri, 31 Jul 2026 20:55:46 GMT Expires: Mon, 28 Jul 2036 20:55:46 GMT Spool.cs « Entities « Tango.BL « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/Entities/Spool.cs
blob: 50fe4e962a41a80594a099b126e7c7d53a76ebf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Shared.RemoteActions
{
    public class RestartApplicationResponse
    {
    }
}