2013-02-23 22:16:19 +00:00
|
|
|
<Window x:Class="MediaBrowser.Uninstaller.MainWindow"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2013-02-26 01:11:51 +00:00
|
|
|
Title="MainWindow" Height="350" Width="525">
|
2013-02-23 22:16:19 +00:00
|
|
|
<Grid>
|
2013-02-26 01:11:51 +00:00
|
|
|
|
2013-02-23 22:16:19 +00:00
|
|
|
</Grid>
|
|
|
|
</Window>
|