16 lines
282 B
C#
16 lines
282 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Future.Platform
|
|
{
|
|
/// <summary>
|
|
/// 交互确认:要求操作员进行选项确认
|
|
/// </summary>
|
|
public class Confirm
|
|
{
|
|
}
|
|
}
|