- aggiunte funzioni per leggere e scrivere direttamente su ini plugin

- aggiunta funzione lua per aprire finestra ripartenza
- aggiunti bottoni per gestione variabili di partenza
- aggiunta descrizione porta lungo la linea
- aggiunta finestra di ripartenza
This commit is contained in:
Emmanuele Sassi
2024-09-09 14:18:16 +02:00
parent 7f031691bb
commit bcd5ca43e5
10 changed files with 560 additions and 11 deletions
@@ -4,6 +4,7 @@
Sub New(Owner As Window, ProcessManagerVM As ProcessManagerVM)
'MyBase.New(Owner)
Me.Owner = Owner
' This call is required by the designer.
InitializeComponent()
Me.DataContext = ProcessManagerVM