ShutdownView.xaml 520 B

1234567891011
  1. <Window x:Class="MECF.Framework.UI.Client.CenterViews.LogOnOff.ShutdownView"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. WindowStyle="None"
  5. WindowStartupLocation="CenterScreen" ResizeMode="NoResize"
  6. Title="ShutdownView" Height="480" Width="600">
  7. <Grid Height="480" Width="600">
  8. <TextBlock Text="The system is in the process of shutting down."></TextBlock>
  9. </Grid>
  10. </Window>