SVN r1106
SVN-Revision: r1106
This commit is contained in:
@@ -416,4 +416,32 @@ namespace Lskj.Model
|
||||
else
|
||||
{
|
||||
systemVersion = "非Windows NT系列操作系统";
|
||||
|
||||
}
|
||||
return systemVersion;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
/// 使用winfrom自带浏览器
|
||||
/// </summary>
|
||||
public bool PrimitiveBrowser;
|
||||
|
||||
/// <summary>
|
||||
/// 当前程序使用的语言
|
||||
/// </summary>
|
||||
public string LanguageName;
|
||||
|
||||
/// <summary>
|
||||
/// 是否改变存储过程参数类型(越南语要用Nvarchar)
|
||||
/// </summary>
|
||||
public bool ChangeParameterType
|
||||
{
|
||||
get
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(this.LanguageName))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user