WIn_RustTools/RustTools/Themes/NullPage.xaml

16 lines
521 B
Plaintext
Raw Normal View History

2024-08-13 13:59:14 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<UserControl
x:Class="RustTools.Themes.NullPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:RustTools.Themes"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid>
<TextBlock FontSize="10000" Text="未登录" />
</Grid>
</UserControl>