Projekt_SS25/Project_Periodensystem.View/MainWindow.axaml

10 lines
311 B
XML

<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Project_Periodensystem.View.MainWindow"
Title="Periodensystem"
Width="900" Height="650">
<Grid>
<ContentControl x:Name="MainContent"/>
</Grid>
</Window>