- <Window x:Class="DeviceCenter.Splash"
- 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"
- xmlns:local="clr-namespace:DeviceCenter"
- mc:Ignorable="d" WindowStyle="None"
- Title="Splash" Height="Auto" Width="Auto" SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen">
- <Image x:Name="image" Width="256" Height="Auto" Source="/DeviceCenter;component/assets/loading.jpg"/>
- </Window>
|