-aggiunto controllo tempo per apertura script

-pulizia codice
-aggiunto apertura più file lua
This commit is contained in:
Demetrio Cassarino
2025-03-03 10:00:50 +01:00
parent 305913a8a9
commit f3bd024f29
6 changed files with 125 additions and 188 deletions
-7
View File
@@ -103,14 +103,7 @@
CommandTarget="{Binding ElementName=sNameFile_RichTxBx}"
Style="{StaticResource ScriptWindowEnd_Btn}"/>
</WrapPanel>
</Border>
<!--<TextBox Grid.Row="1"
Height="300"
AcceptsReturn="True"
TextWrapping="Wrap"
Text="{Binding sRichTextParagraph}"
Style="{StaticResource Script_TxBx}"/>-->
<RichTextBox Grid.Row="2"
Name="sNameFile_RichTxBx"
TextChanged="sNameFile_RichTxBx_TextChanged"