EgtCAM5 :

- Tradotti un po' di messaggi in italiano.
- Aggiunta possibilità in Db utensili e lavorazioni di annullare le modifiche apportate ad un elemento premendo il tasto Esc.
This commit is contained in:
Emmanuele Sassi
2016-10-18 15:51:58 +00:00
parent b939ffd810
commit 5eecf956b5
27 changed files with 446 additions and 49 deletions
@@ -5,6 +5,16 @@ Namespace EgtCAM5
Public Class InfoExpanderViewModel
Inherits ViewModelBase
#Region "Messages"
Public ReadOnly Property PropertiesMsg As String
Get
Return EgtMsg(MSG_DRAWOPTION + 1)
End Get
End Property
#End Region
Private m_IsExpanded As Boolean
Public Property IsEnabled As Boolean
Get