EgtCAM5 :
- Aggiunto bottone di scelta del file per il disegno utensile nel Db. - Aggiunto controllo per gestione RawPart in disposizione. - Piccoli miglioramenti enanched selection.
This commit is contained in:
@@ -80,7 +80,6 @@ Namespace EgtCAM5
|
||||
Private m_bfirst As Boolean = True
|
||||
Public ReadOnly Property StatusBar As StatusBarView
|
||||
Get
|
||||
Dim win As WindowCollection = Application.Current.Windows
|
||||
If m_bfirst Then
|
||||
m_bfirst = False
|
||||
m_StatusBar = New StatusBarView
|
||||
@@ -114,12 +113,7 @@ Namespace EgtCAM5
|
||||
RegisterMyMessages()
|
||||
|
||||
AddHandler Application.Current.MainWindow.KeyDown, AddressOf MainWindow_KeyDown
|
||||
' INITIALIZE GRAPHICS
|
||||
'TabList.Add(New ProjectViewModel)
|
||||
'TabList.Add(New ToolsDbViewModel)
|
||||
'TabList.Add(New MachiningsDbViewModel)
|
||||
'SelectedTab = TabList(0)
|
||||
'OnPropertyChanged("SelectedTab")
|
||||
|
||||
End Sub
|
||||
|
||||
#End Region ' Constructor
|
||||
|
||||
Reference in New Issue
Block a user