Files
Orbis-Suite-3.0/Windows/OrbisSuiteService/Service/ClientInstance.cs
T
2022-02-19 09:48:06 -07:00

13 lines
206 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OrbisSuiteService.Service
{
internal class ClientInstance
{
}
}