Added ExeFile (wpf) mocks with

random color and window title
This commit is contained in:
ulf hammarqvist
2015-02-19 18:28:36 +01:00
parent 6f5e818ddd
commit b3fa49fd1d
16 changed files with 683 additions and 207 deletions

10
ExeFile/MainWindow.xaml Normal file
View File

@@ -0,0 +1,10 @@
<Window x:Class="ExeFile.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mock " Height="480" Width="640">
<Grid x:Name="grid">
<Grid.Background>
<SolidColorBrush Color="{Binding Background.Color, ElementName=grid}"/>
</Grid.Background>
</Grid>
</Window>