Project_Keywi/Project.View/Login Page/LoginPage.axaml
2025-04-01 09:37:55 +02:00

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>