using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CapMachine.Wpf.Services
{
///
/// 程序运行时服务
/// 负责程序的解析、运行、调度等功能
///
public class ProRuntimeService
{
///
/// 实例化函数
///
public ProRuntimeService()
{
}
}
}