Skip to content

Commit c40b14c

Browse files
committed
Merge branch 'master' of github.com:clovett/MyMoney.Net
2 parents 9f3a293 + 21be3dd commit c40b14c

File tree

139 files changed

+172
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+172
-606
lines changed

Source/WPF/MyMoney/Attachments/AttachmentManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
using System.Collections.Generic;
33
using System.Collections.Concurrent;
44
using System.Linq;
5-
using System.Text;
65
using System.Windows;
76
using Walkabout.Data;
8-
using Walkabout.Dialogs;
9-
using Walkabout.Configuration;
10-
using System.Diagnostics;
117
using System.IO;
128
using Walkabout.Utilities;
139
using System.Threading.Tasks;

Source/WPF/MyMoney/Charts/AnimatingBarChart.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
using Walkabout.Utilities;
2-
using System;
3-
using System.Linq;
1+
using System;
42
using System.Collections.Generic;
3+
using System.Linq;
54
using System.Windows;
65
using System.Windows.Controls;
76
using System.Windows.Input;
87
using System.Windows.Media;
98
using System.Windows.Media.Animation;
109
using System.Windows.Shapes;
1110
using Walkabout.Charts;
11+
using Walkabout.Utilities;
1212

1313
namespace LovettSoftware.Charts
1414
{

Source/WPF/MyMoney/Charts/AnimatingPieChart.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Walkabout.Utilities;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Windows;
@@ -9,6 +8,7 @@
98
using System.Windows.Media.Animation;
109
using System.Windows.Shapes;
1110
using Walkabout.Charts;
11+
using Walkabout.Utilities;
1212

1313
namespace LovettSoftware.Charts
1414
{

Source/WPF/MyMoney/Charts/CategoryChart.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
4-
using System.Collections.ObjectModel;
53
using System.Linq;
64
using System.Windows;
75
using System.Windows.Controls;
8-
using System.Windows.Input;
9-
using System.Windows.Media;
106
using Walkabout.Data;
11-
using LovettSoftware.Charts;
127

138
#if PerformanceBlocks
149
using Microsoft.VisualStudio.Diagnostics.PerformanceProvider;

Source/WPF/MyMoney/Charts/CategoryData.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using System.ComponentModel;
1+
using System.Collections.Generic;
2+
using System.ComponentModel;
23
using System.Windows.Media;
3-
using Walkabout.Utilities;
44
using Walkabout.Data;
5-
using System.Collections.Generic;
5+
using Walkabout.Utilities;
66

77
namespace Walkabout.Charts
88
{

Source/WPF/MyMoney/Charts/HistoryBarChart.xaml.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
43
using System.Collections.ObjectModel;
54
using System.Diagnostics;
6-
using System.IO;
75
using System.Linq;
86
using System.Windows;
97
using System.Windows.Controls;
10-
using System.Windows.Input;
118
using System.Windows.Media;
12-
using Walkabout.Data;
139
using Walkabout.Utilities;
14-
using Walkabout.Views;
15-
using LovettSoftware.Charts;
1610

1711

1812
namespace Walkabout.Charts

Source/WPF/MyMoney/Charts/LoanChart.xaml.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
using System.Collections.Generic;
33
using System.Collections.ObjectModel;
44
using System.Diagnostics;
5-
using System.Linq;
65
using System.Windows;
76
using System.Windows.Controls;
8-
using System.Windows.Input;
9-
using System.Windows.Media;
10-
using LovettSoftware.Charts;
117
using Walkabout.Data;
128

139
namespace Walkabout.Charts

Source/WPF/MyMoney/Charts/RentalChart.xaml.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
53
using System.Windows;
64
using System.Windows.Controls;
7-
using System.Windows.Data;
8-
using System.Windows.Documents;
95
using System.Windows.Input;
10-
using System.Windows.Media;
11-
using System.Windows.Media.Imaging;
12-
using System.Windows.Navigation;
13-
using System.Windows.Shapes;
14-
using System.Globalization;
156

167
namespace Walkabout.Charts
178
{

Source/WPF/MyMoney/Charts/RentalChartColumn.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using System.Windows.Controls;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
2+
using System.Windows.Controls;
33
using System.Windows.Media;
44

55
namespace Walkabout.Charts

Source/WPF/MyMoney/Charts/RentalData.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Windows.Media;
6-
7-
namespace Walkabout.Charts
1+
namespace Walkabout.Charts
82
{
93
public class RentalData
104
{

0 commit comments

Comments
 (0)