| 1234567891011121314151617 | <UserControl x:Class="FurnaceUI.Views.EmptyView"             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"             xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"              xmlns:d="http://schemas.microsoft.com/expression/blend/2008"              xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"              mc:Ignorable="d"              d:DesignHeight="560" d:DesignWidth="1000" FontFamily="Segoe" >    <Grid>    </Grid> </UserControl>
 |