2014-08-30 update 1 small changes in ResourceManager

This commit is contained in:
parallelbgls@outlook.com
2014-08-30 09:58:53 +08:00
parent 49f2a5272c
commit ada2568ff1
3 changed files with 12 additions and 28 deletions

View File

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