Mini Kabibi Habibi
<Window x:Class="DevExpress.MailClient.Xpf.Helpers.SplashWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
Title="SplashWindow" WindowStyle="None" ResizeMode="NoResize" Width="300" Height="300"
AllowsTransparency="True" Background="Transparent" ShowInTaskbar="False" Topmost="True">
<Grid>
<dx:WaitIndicator DeferedVisibility="True"/>
</Grid>
</Window>