mirror of
https://github.com/seriocomedy/ShiftOS-C-.git
synced 2025-01-23 09:32:14 +00:00
13 lines
180 B
C#
13 lines
180 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace ShiftOS
|
|||
|
{
|
|||
|
class RemoteCoherence
|
|||
|
{
|
|||
|
}
|
|||
|
}
|