17 lines
537 B
XML
17 lines
537 B
XML
<UserControl
|
|
xmlns="https://github.com/avaloniaui"
|
|
x:Class="Project.View.MenuView"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid>
|
|
|
|
<StackPanel>
|
|
<Button Click="Button_Click" Width="250" Height="100" Content="XAMPEPE0" />
|
|
<Button Width="250" Height="100" Content="XAMPEPE2" />
|
|
<Button Width="250" Height="100" Content="XAMPEPE3" />
|
|
<Button Width="250" Height="100" Content="XAMPEPE4" />
|
|
</StackPanel>
|
|
|
|
</Grid>
|
|
|
|
|
|
</UserControl> |