2014-10-16 update 1

This commit is contained in:
parallelbgls@outlook.com
2014-10-16 16:38:21 +08:00
parent 4ae44b89e2
commit 3f4fe27a5e
31 changed files with 1072 additions and 177 deletions

View File

@@ -77,5 +77,14 @@ namespace ModBus.Net {
return ResourceManager.GetString("IP", resourceCulture);
}
}
/// <summary>
/// 查找类似 502 的本地化字符串。
/// </summary>
internal static string Port {
get {
return ResourceManager.GetString("Port", resourceCulture);
}
}
}
}