laatzen/Common/Ui/Common.UI/Controls/SIRT.xaml
2025-01-24 12:10:40 +01:00

6 lines
237 B
XML

<Grid x:Class="Common.UI.Controls.SIRT"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Button Content="Start" Click="Button_Click" />
</Grid>