Files
EgtPHOTOLib/InstrumentPanelSlab/MyInstrumentPanelSlabVM.vb
Dario Sassi d616d0ce34 EgtPHOTOLib 2.2h3 :
- rilascio dopo cambio nome.
2020-08-19 15:34:32 +00:00

12 lines
268 B
VB.net

Imports EgtWPFLib5
Public Class MyInstrumentPanelSlabVM
Inherits InstrumentPanelVM
Public Overrides Function OnPostGetDistIsChecked() As Boolean
PhotoMap.refSceneHostVM.MainScene.SetStatusNull()
Return True
End Function
End Class