主界面左侧菜单相关
This commit is contained in:
@@ -203,6 +203,21 @@ namespace Lskj.Util
|
||||
{
|
||||
get { return BitMapPath + "Main/Module/"; }
|
||||
}
|
||||
/// <summary>
|
||||
/// 主界面左侧树图标路径
|
||||
/// </summary>
|
||||
public static string MainTreeviewImagePath
|
||||
{
|
||||
get
|
||||
{
|
||||
string path = BitMapPath + "Main\\MainTreeview\\";
|
||||
if (!Directory.Exists(path))
|
||||
{
|
||||
Directory.CreateDirectory(path);
|
||||
}
|
||||
return path;
|
||||
}
|
||||
}
|
||||
public static string MesItemImage
|
||||
{
|
||||
get { return BitMapPath + "MesItem/"; }
|
||||
|
||||
Reference in New Issue
Block a user