| 12345678910 |
- <Window x:Class="LauncherUpdater.MainWindow"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- WindowStyle="None" ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Title="MainWindow"
- Height="88.031" Width="390.667">
- <Grid Background="#FF1F1E1E">
- <Image x:Name="ProgressBar" Stretch="Fill" Source="Data/Img/update_bar.png" HorizontalAlignment="Left"
- VerticalAlignment="Top" Height="6" Width="370" Margin="10,41,0,0" />
- </Grid>
- </Window>
|