toast_mcl/Pages/About.axaml

7 lines
284 B
Plaintext
Raw Normal View History

2024-02-17 14:28:02 +08:00
<UserControl xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2024-03-05 23:30:02 +08:00
x:Class="toast_mcl.About">
2024-07-15 17:02:53 +08:00
<UniformGrid Columns="1" Rows="1" HorizontalAlignment="Center" VerticalAlignment="Center">
</UniformGrid>
2024-02-17 14:28:02 +08:00
</UserControl>