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

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
}
}