Move ImageLoader to Wox.Infrastructure, part 2

This commit is contained in:
bao-qian
2016-04-26 01:20:10 +01:00
parent fd139d4903
commit fc2d7b41d8
5 changed files with 12 additions and 10 deletions

View File

@@ -3,16 +3,15 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Linq;
using Wox.Infrastructure;
using Wox.Infrastructure.Storage;
namespace Wox.ImageLoader
namespace Wox.Infrastructure.Image
{
public class ImageLoader
{