Files
gpw_next/GPW.CORE.SMART/Pages/Scratch.razor.cs
T
2023-01-20 10:29:48 +01:00

17 lines
330 B
C#

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