Files
gpw_next/GPW.CORE.SMART/Components/Pages/Scratch.razor.cs
T

17 lines
341 B
C#

namespace GPW.CORE.Smart.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
}
}