7 lines
284 B
XML
7 lines
284 B
XML
<UserControl xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="toast_mcl.About">
|
|
<UniformGrid Columns="1" Rows="1" HorizontalAlignment="Center" VerticalAlignment="Center">
|
|
</UniformGrid>
|
|
</UserControl>
|