UCDispVm.xaml 294 B

12345
  1. <UserControl x:Class="Plugins.Vm.Views.UCDispVm"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  4. <Grid x:Name="RootGrid" Background="{DynamicResource SecondaryRegionBrush}"/>
  5. </UserControl>