28 lines
819 B
C#
28 lines
819 B
C#
//------------------------------------------------------------------------------
|
|
// <自动生成>
|
|
// 此代码由工具生成。
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </自动生成>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Song.Site.Manage.Course {
|
|
|
|
|
|
public partial class Courses_Outlines {
|
|
|
|
/// <summary>
|
|
/// Master 属性。
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// 自动生成的属性。
|
|
/// </remarks>
|
|
public new Song.Site.Manage.Course.CourseEdit Master {
|
|
get {
|
|
return ((Song.Site.Manage.Course.CourseEdit)(base.Master));
|
|
}
|
|
}
|
|
}
|
|
}
|