Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
michasacuer committed Nov 3, 2019
1 parent dfa0d17 commit 243eb84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Core/Thinning.Infrastructure/Interfaces/IImageConversion.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
namespace Thinning.Infrastructure.Interfaces
{
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Threading.Tasks;
using System.Windows.Media.Imaging;
using Accord.Imaging.Filters;

public interface IImageConversion
{
Expand Down
2 changes: 1 addition & 1 deletion WPF/Thinning.UI/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class MainWindowViewModel : Conductor<IScreen>.Collection.AllActive
{
private readonly IMainWindowViewModelHelper helper;

public MainWindowViewModel(IMainWindowViewModelHelper helper, IPerformanceChartViewModelHelper performanceChartHelper)
public MainWindowViewModel(IMainWindowViewModelHelper helper)
{
this.helper = helper;

Expand Down

0 comments on commit 243eb84

Please sign in to comment.