将以往的代码复制到代码库
This commit is contained in:
12
Future.Platform/Procotol/Comm/SCP.cs
Normal file
12
Future.Platform/Procotol/Comm/SCP.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
internal class SCP
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Procotol/Comm/TCP.cs
Normal file
12
Future.Platform/Procotol/Comm/TCP.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
internal class TCP
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Procotol/Comm/UDP.cs
Normal file
12
Future.Platform/Procotol/Comm/UDP.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
internal class UDP
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user