11 lines
552 B
XML
11 lines
552 B
XML
<UserControl xmlns="https://github.com/avaloniaui"
|
|
xmlns:ursa="https://irihi.tech/ursa"
|
|
xmlns:semi="https://irihi.tech/semi"
|
|
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"
|
|
mc:Ignorable="d" d:DesignWidth="1280" d:DesignHeight="768"
|
|
x:Class="Flawless.Client.Views.MainView">
|
|
<Label Content="Greet!"/>
|
|
</UserControl>
|