EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -8,9 +8,10 @@
|
||||
<Button Content="Open" Command="{Binding OpenCommand}"/>
|
||||
<Button Content="Save" Command="{Binding SaveCommand}"/>
|
||||
<Button Content="Save as..." Command="{Binding SaveAsCommand}"/>
|
||||
<Button Content="Import" />
|
||||
<Button Content="Export" />
|
||||
<Button Content="Execute" />
|
||||
<Button Content="Insert" Command="{Binding InsertCommand}"/>
|
||||
<Button Content="Import" Command="{Binding ImportCommand}"/>
|
||||
<Button Content="Export" Command="{Binding ExportCommand}"/>
|
||||
<Button Content="Execute" Command="{Binding ExecCommand}"/>
|
||||
</StackPanel>
|
||||
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user