using System.Collections.Generic;
using System.Resources;
namespace _1200Gxml心电图绘制
{
public class LocalStorage
{
///
/// 翻译支持的语言
///
public static Dictionary DClanguage = new Dictionary();
///
/// 当前语言
///
public static string CurrentLanguage = "zh-CN";
///
/// 语言资源管理器
///
public static ResourceManager ResManager;
}
}