Initial Commit
This commit is contained in:
8
TomcatServer/MSLMobile/HiddenMainWindow.xaml
Normal file
8
TomcatServer/MSLMobile/HiddenMainWindow.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user