Renamed the project from DebtMgr to eJay

This commit is contained in:
Andre Beging
2019-01-06 16:12:11 +01:00
parent 5887b27aaa
commit c9ca3598e7
34 changed files with 107 additions and 78 deletions

View File

@@ -1,9 +1,10 @@
<Window x:Class="DebtMgr.View.MainView"
<Window x:Class="eJay.View.MainView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:converters="clr-namespace:DebtMgr.Converters"
xmlns:converters="clr-namespace:eJay.Converters"
xmlns:converters1="clr-namespace:eJay.Converters"
mc:Ignorable="d"
Name="MainViewWindow"
Icon="../Content/money_green.ico"
@@ -11,7 +12,7 @@
Background="White">
<Window.Resources>
<converters:BoolToVisibilityConverter x:Key="BoolToVisibilityConverter"></converters:BoolToVisibilityConverter>
<converters:AmountToColorConverter x:Key="AmountToColorConverter" />
<converters1:AmountToColorConverter x:Key="AmountToColorConverter" />
<Style TargetType="ListViewItem">
<Setter Property="HorizontalContentAlignment" Value="Stretch" />
</Style>