Browse Source

21312

master
fyf 2 years ago
parent
commit
3e8adb242d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      DataVAPI.Tools/IOT/ScreenMonitorModel.cs

+ 3
- 3
DataVAPI.Tools/IOT/ScreenMonitorModel.cs View File

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


Loading…
Cancel
Save