基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using DevExpress.XtraTab;
|
||||
using System;
|
||||
|
||||
namespace Lskj.WorkshopProgram
|
||||
{
|
||||
/// <summary>
|
||||
/// 模块类
|
||||
/// </summary>
|
||||
public class DllModule
|
||||
{
|
||||
/// <summary>
|
||||
/// 名字
|
||||
/// </summary>
|
||||
public string name;
|
||||
/// <summary>
|
||||
/// 地址
|
||||
/// </summary>
|
||||
public string route;
|
||||
|
||||
/// <summary>
|
||||
/// 上一次选中page
|
||||
/// </summary>
|
||||
public XtraTabPage BeforePage;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user