- Aggiunti tooltip su statistiche ed ultimi bottoni aggiunti
- Aggiunto bottone cancella tutti i grezzi
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user