aggiunta history plot

This commit is contained in:
zaccaria.majid
2022-10-03 15:28:38 +02:00
parent 904cafa91b
commit bc68faea09
9 changed files with 366 additions and 153 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
public class DataLogFilter
{
public DateTime DtStart { get; set; } = DateTime.Today.AddDays(-1);
public DateTime DtEnd { get; set; } = DateTime.Today.AddDays(1);
public DateTime DtStart { get; set; } = DateTime.Today.AddDays(-3);
public DateTime DtEnd { get; set; } = DateTime.Today.AddDays(3);
public override bool Equals(object obj)
{