2015-04-03 01:48:26 +02:00
|
|
|
<Window
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2015-04-05 18:58:10 +02:00
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
2015-04-03 01:48:26 +02:00
|
|
|
xmlns:custom="clr-namespace:BackupEssentials.Controls"
|
2015-04-06 19:20:22 +02:00
|
|
|
xmlns:Themes="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Aero" xmlns:ed="http://schemas.microsoft.com/expression/2010/drawing" mc:Ignorable="d" x:Class="BackupEssentials.TestingWindow"
|
2015-04-03 01:48:26 +02:00
|
|
|
Title="Backup" Height="480" Width="640" WindowStartupLocation="CenterScreen" WindowStyle="None" ResizeMode="CanResizeWithGrip" Background="#FF2E2E2E" AllowsTransparency="True">
|
2015-04-06 19:20:22 +02:00
|
|
|
<Grid>
|
2015-05-16 18:22:45 +02:00
|
|
|
|
2015-04-06 19:20:22 +02:00
|
|
|
</Grid>
|
2015-04-03 01:48:26 +02:00
|
|
|
</Window>
|