2022-11-04 22:47:42 +08:00
|
|
|
<Window xmlns="https://github.com/avaloniaui"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
2022-11-06 00:41:32 +08:00
|
|
|
xmlns:pages="using:Semi.Avalonia.Demo.Pages"
|
2022-11-04 22:47:42 +08:00
|
|
|
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
2022-11-05 00:11:50 +08:00
|
|
|
x:Class="Semi.Avalonia.Demo.MainWindow"
|
2022-11-04 22:47:42 +08:00
|
|
|
Title="Semi.Demo">
|
2022-11-06 00:41:32 +08:00
|
|
|
<pages:ButtonDemo></pages:ButtonDemo>
|
2022-11-04 22:47:42 +08:00
|
|
|
</Window>
|