Files
gpw_next/GPW.CORE6.Smart/Pages/Scratch.razor.cs
T
2024-08-22 16:03:31 +02:00

17 lines
331 B
C#

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