This commit is contained in:
2024-02-23 06:58:53 -05:00
commit 732db8235b
211 changed files with 37084 additions and 0 deletions

10
App.xaml.bak Normal file
View 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>