Projekt_SS25/Project_Periodensystem.View/MainWindow.axaml

12 lines
324 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="1024"
Height="768">
<Grid>
<ContentControl Name="MainContent"/>
</Grid>
</Window>