将以往的代码复制到代码库
This commit is contained in:
15
Future.Platform/Instruction/Interactive/Confirm.cs
Normal file
15
Future.Platform/Instruction/Interactive/Confirm.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
/// <summary>
|
||||
/// 交互确认:要求操作员进行选项确认
|
||||
/// </summary>
|
||||
public class Confirm
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Instruction/Interactive/Input.cs
Normal file
12
Future.Platform/Instruction/Interactive/Input.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 Input
|
||||
{
|
||||
}
|
||||
}
|
||||
15
Future.Platform/Instruction/Interactive/Invoke.cs
Normal file
15
Future.Platform/Instruction/Interactive/Invoke.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
/// <summary>
|
||||
/// 外部调用:调用外部可执行命令
|
||||
/// </summary>
|
||||
internal class Invoke
|
||||
{
|
||||
}
|
||||
}
|
||||
12
Future.Platform/Instruction/Interactive/Message.cs
Normal file
12
Future.Platform/Instruction/Interactive/Message.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 Message
|
||||
{
|
||||
}
|
||||
}
|
||||
15
Future.Platform/Instruction/Interactive/Output.cs
Normal file
15
Future.Platform/Instruction/Interactive/Output.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Future.Platform
|
||||
{
|
||||
/// <summary>
|
||||
/// 输出控制:使用扩展通道输出数据或消息
|
||||
/// </summary>
|
||||
internal class Output
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user