using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Future.Platform
{
///
/// 等待控制:等待同步时序信号变更为期望的信号再执行
///
internal class Wait
{
///
/// 检查同步信号的频率
///
public int Internal { get; set; }
}
}