mirror of
https://github.com/ekinnee/SharpCAT.git
synced 2025-12-06 03:31:59 +01:00
13 lines
179 B
C#
13 lines
179 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace SharpCATService
|
|
{
|
|
class Server
|
|
{
|
|
}
|
|
}
|