added ExeFile mock with random color and title - for poor man's developing :)
This commit is contained in:
10
ExeFile/MainWindow.xaml
Normal file
10
ExeFile/MainWindow.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user