Projekt_SS25/Project_Periodensystem.View/AboutPage.axaml

12 lines
424 B
XML

<!-- Datei: Project_Periodensystem.View/AboutPage.axaml -->
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:i="using:Avalonia.Interactivity"
x:Class="Project_Periodensystem.View.AboutPage">
<Grid>
<Button x:Name="BackButton"
Click="BackButton_Click">
Back
</Button>
</Grid>
</UserControl>