提交了仪表的模型
This commit is contained in:
14
CapMachine.Wpf/Views/UserManageView.xaml
Normal file
14
CapMachine.Wpf/Views/UserManageView.xaml
Normal file
@@ -0,0 +1,14 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user