Init
This commit is contained in:
10
App.xaml.bak
Normal file
10
App.xaml.bak
Normal file
@@ -0,0 +1,10 @@
|
||||
<Application x:Class="TradeBlotter.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
>
|
||||
<LinearGradientBrush x:Key="Brush_HeaderBackground" StartPoint="0.5,0" EndPoint="0.5,1">
|
||||
<GradientStop Color="#303030" Offset="0" />
|
||||
<GradientStop Color="#666666" Offset="1" />
|
||||
</LinearGradientBrush>
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
Reference in New Issue
Block a user