EgtDOORCreator 1.8d4 :
- Stampa "secure : 0" nel file DDF; - tutti i file DDF che non hanno "secure" sono automaticamnete aggiornati aggiungendo "secure" dopo "swing".
This commit is contained in:
@@ -339,7 +339,8 @@ Public Class ProjectManagerViewModel
|
||||
Dim OptionsWindow As New OptionsView
|
||||
OptionsWindow.Height = 550
|
||||
OptionsWindow.Width = 550
|
||||
OptionsWindow.DataContext = New OptionsViewModel
|
||||
|
||||
OptionsWindow.DataContext = New OptionsViewModel(DirectCast(m_rfMainWindowViewModel.DoorParameters.DataContext, DoorParametersViewModel).CurrDoor)
|
||||
OptionsWindow.Owner = Application.Current.MainWindow
|
||||
OptionsWindow.ShowDialog()
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user