15 lines
719 B
XML
15 lines
719 B
XML
<UserControl x:Class="ENI2.Controls.BusyControl"
|
|
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:p="clr-namespace:ENI2.Properties"
|
|
xmlns:util="clr-namespace:ENI2.Util"
|
|
xmlns:local="clr-namespace:ENI2.Controls"
|
|
mc:Ignorable="d"
|
|
d:DesignHeight="28" d:DesignWidth="28">
|
|
<Grid>
|
|
<Image Source="../Resources/bullet_ball_grey.png" x:Name="imageBall" />
|
|
</Grid>
|
|
</UserControl>
|