Files
eveo/Eve-O-Mock/MainWindow.xaml
2016-05-09 19:18:15 +03:00

11 lines
420 B
XML

<Window x:Class="EveOMock.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>