Files
CapMachine/CapMachine.Wpf/Views/UserManageView.xaml
2024-07-28 22:59:11 +08:00

15 lines
524 B
XML

<UserControl
x:Class="CapMachine.Wpf.Views.UserManageView"
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="clr-namespace:CapMachine.Wpf.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Width="1920"
Height="980"
mc:Ignorable="d">
<Grid>
<TextBlock Text="用户管理" />
</Grid>
</UserControl>