SharpCAT/SharpCATService/Client.cs
Erick Kinnee 6a8ecd3732 Add Service stubs.
Remove Windows Form test app.
2019-03-08 11:21:08 -06:00

13 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SharpCATService
{
class Client
{
}
}