- Aggiunti tooltip su statistiche ed ultimi bottoni aggiunti

- Aggiunto bottone cancella tutti i grezzi
This commit is contained in:
Emmanuele Sassi
2022-11-18 14:15:11 +01:00
parent f9825db2ac
commit da73acc8a0
8 changed files with 74 additions and 3 deletions
@@ -23,6 +23,24 @@ Public Class StatisticsTimePanelVM
#Region "ToolTip"
Public ReadOnly Property TotalTime_ToolTip As String
Get
Return EgtMsg(61978)
End Get
End Property
Public ReadOnly Property DoneTime_ToolTip As String
Get
Return EgtMsg(61979)
End Get
End Property
Public ReadOnly Property RemainingTime_ToolTip As String
Get
Return EgtMsg(61980)
End Get
End Property
#End Region ' ToolTip
#End Region ' Fields & Properties