/Source/Bifrost.Mimir/Features/General/Statistics/View.xaml
# · XAML · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · 42ff4f4da7d28cdb0454003f0ada5a39 MD5 · raw file
- <UserControl x:Class="Bifrost.Mimir.Features.General.Statistics.View"
- 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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- mc:Ignorable="d"
- d:DesignHeight="300" d:DesignWidth="400">
-
- <Grid x:Name="LayoutRoot" Background="White">
-
- </Grid>
- </UserControl>