- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ShakerApp.Models
- {
- public class Topic
- {
- /// <summary>
- /// 系统参数发生改变,用以通知所有程序需要重新初始化曲线信息
- /// </summary>
- public static string InitSeries => "InitSeries";
- }
- }
|