123456789101112131415161718192021222324 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Configuration;
- using AGV_WPF_Global;
- using System.Text.RegularExpressions;
- namespace AGV_WPF.Config
- {
- /// <summary>
- /// 应用程序配置数据加载类
- /// </summary>
- public class ConfigData
- {
- public ConfigData()
- {
- }
-
- }
- }
|