Initial Commit

This commit is contained in:
2016-07-27 00:32:34 -04:00
commit 8d162b2035
701 changed files with 188672 additions and 0 deletions

View 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>