将以往的代码复制到代码库
This commit is contained in:
12
Future.Platform/Procotol/Signal/Bytes.cs
Normal file
12
Future.Platform/Procotol/Signal/Bytes.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 Bytes
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Procotol/Signal/SCPI.cs
Normal file
12
Future.Platform/Procotol/Signal/SCPI.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 SCPI
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user