1.引用用户控件的命名控件 xmlns:my="clr-namespace:WpfApplicationDemo.Control"
2.把用户控件添加到窗体中
<my:UserControl1 x:Name="userControl11" Height="183" Width="215" />