更改了单位和屏蔽了一些功能

This commit is contained in:
2025-02-10 20:22:41 +08:00
parent 7b027a10ea
commit c22a8cc98f
12 changed files with 180 additions and 131 deletions

View File

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