2014-08-27 update 1

This commit is contained in:
parallelbgls@outlook.com
2014-08-27 15:57:25 +08:00
parent aa1cbf85ba
commit ca030c8f59
24 changed files with 1159 additions and 2371 deletions

View File

@@ -60,6 +60,15 @@ namespace ModBus.Net {
}
}
/// <summary>
/// 查找类似 COM3 的本地化字符串。
/// </summary>
internal static string COM {
get {
return ResourceManager.GetString("COM", resourceCulture);
}
}
/// <summary>
/// 查找类似 192.168.3.247 的本地化字符串。
/// </summary>