10 lines
423 B
Plaintext
10 lines
423 B
Plaintext
|
|
<UserControl x:Class="YY.Admin.Views.Control.TabContentView"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:prism="http://prismlibrary.com/">
|
||
|
|
<Grid>
|
||
|
|
<!-- 这个 ContentControl 将被注册为 Prism 区域 -->
|
||
|
|
<ContentControl x:Name="PART_ContentHost" />
|
||
|
|
</Grid>
|
||
|
|
</UserControl>
|