fyf há 2 anos
ascendente
cometimento
3e8adb242d
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      DataVAPI.Tools/IOT/ScreenMonitorModel.cs

+ 3
- 3
DataVAPI.Tools/IOT/ScreenMonitorModel.cs Ver ficheiro

@@ -160,7 +160,7 @@ namespace DataVAPI.Tool.IOT
public int Day { get; set; }
public int L_Day { get; set; }

private string B_YearStr { get; set; }
public string B_YearStr { get; set; }
public ALYColor YearColor { get; set; }
private int _B_Year { get; set; }
public int B_Year
@@ -182,7 +182,7 @@ namespace DataVAPI.Tool.IOT
}
}

private string B_MonthStr { get; set; }
public string B_MonthStr { get; set; }
public ALYColor MonthColor { get; set; }
private int _B_Month { get; set; }
public int B_Month
@@ -204,7 +204,7 @@ namespace DataVAPI.Tool.IOT
}
}

private string B_DayStr { get; set; }
public string B_DayStr { get; set; }
public ALYColor DayColor { get; set; }
private int _B_Day { get; set; }
public int B_Day


Carregando…
Cancelar
Guardar