init lserp cs 5.0
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Zhaizj.Framework {
|
||||
|
||||
/// <summary>
|
||||
/// 系统常用对象的快捷方式,比如 SysPath(系统路径)
|
||||
/// </summary>
|
||||
public class sys {
|
||||
|
||||
/// <summary>
|
||||
/// 系统路径
|
||||
/// </summary>
|
||||
public static SysPath Path {
|
||||
get { return SysPath.Instance; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user