17 lines
342 B
C#
17 lines
342 B
C#
namespace GPW.CORE.Smart8.Components.Pages
|
|
{
|
|
public partial class Scratch
|
|
{
|
|
#region Protected Fields
|
|
|
|
protected int numDays = 5;
|
|
|
|
#endregion Protected Fields
|
|
|
|
#region Protected Properties
|
|
|
|
protected DateTime DtReq { get; set; } = DateTime.Today;
|
|
|
|
#endregion Protected Properties
|
|
}
|
|
} |