12 lines
342 B
XML
12 lines
342 B
XML
<UserControl
|
|
xmlns="https://github.com/avaloniaui"
|
|
x:Class="Project.View.MenuView"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<Grid>
|
|
<Image Width="500" Height="500" Source="C:\Users\lowns\Desktop\2.Semester\CS\Projekt\keywi_logo_2.png"/>
|
|
|
|
</Grid>
|
|
|
|
|
|
</UserControl> |