11 lines
302 B
XML
11 lines
302 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">
|
|
|
|
<ContentControl Name="MainContent"/>
|
|
|
|
</Window>
|