/Source/Bifrost.Mimir/Features/General/Statistics/View.xaml

# · XAML · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 42ff4f4da7d28cdb0454003f0ada5a39 MD5 · raw file

  1. <UserControl x:Class="Bifrost.Mimir.Features.General.Statistics.View"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  5. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  6. mc:Ignorable="d"
  7. d:DesignHeight="300" d:DesignWidth="400">
  8. <Grid x:Name="LayoutRoot" Background="White">
  9. </Grid>
  10. </UserControl>