aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Shared/RemoteActions/RestartApplicationRequest.cs
blob: e5c51792f33c4572ab75b599b1ce49f20c90e47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Shared.RemoteActions
{
    public class RestartApplicationRequest
    {
    }
}
uot; Foreground="#202020"> <Border BorderThickness="1" BorderBrush="#0288D1"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="60"/> <RowDefinition Height="156*"/> </Grid.RowDefinitions> <Grid Background="#0288D1"> <Grid.Effect> <DropShadowEffect BlurRadius="10" ShadowDepth="5" Direction="270" Opacity="0.5" /> </Grid.Effect> <StackPanel Orientation="Horizontal" Margin="8" HorizontalAlignment="Center"> <Image Source="/Images/machine-trans.png" RenderOptions.BitmapScalingMode="Fant"></Image> <TextBlock Foreground="White" VerticalAlignment="Center" Margin="10 0 0 0" FontSize="23">MACHINE STUDIO</TextBlock> </StackPanel> </Grid> <Grid Grid.Row="1"> <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center"> <Image Source="/Images/update.png" Width="100" /> <TextBlock x:Name="txtStatus" Margin="0 20 0 0" FontSize="12" Text="Updating Machine Studio..." HorizontalAlignment="Center"></TextBlock> <ProgressBar x:Name="prog" Margin="0 30 0 0" Width="500" Height="10" Maximum="100" Value="0" Foreground="#0288D1"></ProgressBar> </StackPanel> </Grid> </Grid> </Border> </Window>