Files
MyMcKesson/TomcatServer/RegSetup/HiddenMainWindow.xaml
2016-07-27 00:32:34 -04:00

9 lines
500 B
XML

<Window x:Class="MSLMobile.HiddenMainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="HiddenMainWindow" Height="25" Width="116" Loaded="Window_Loaded" WindowState="Minimized" WindowStyle="None" ShowInTaskbar="False" ResizeMode="NoResize" AllowsTransparency="True" Opacity="0" Visibility="Hidden" ShowActivated="False" IsTabStop="False">
<Grid>
</Grid>
</Window>