|
|
|
@ -17,7 +17,7 @@ |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Vertical"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="10"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="10"> |
|
|
|
<Button Margin="5" Content="Select MIDI Device Driver" Command="{Binding SelectDriverCommand}"/> |
|
|
|
<Button Margin="5" Content="Select MIDI Device Driver" Command="{Binding SelectDriverCommand}"/> |
|
|
|
<TextBlock Text="{Binding SelectedDeviceText}" Margin="10,5"/> |
|
|
|
<TextBlock Text="{Binding SelectedDeviceText}" Margin="20,10"/> |
|
|
|
</StackPanel> |
|
|
|
</StackPanel> |
|
|
|
|
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal" Margin="10"> |
|
|
|
<StackPanel Orientation="Horizontal" Margin="10"> |
|
|
|
|