Update / Image Thumbnail 30.09.2016

This commit is contained in:
Waldi
2016-09-30 09:00:41 +02:00
parent e8df552495
commit 53807788f7
12 changed files with 1048 additions and 886 deletions

View File

@@ -1,6 +1,9 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Globalization;
using System.IO;
using System.Net;
@@ -10,10 +13,13 @@ using System.ServiceModel;
using System.ServiceModel.Channels;
using System.Text;
using System.Text.RegularExpressions;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Xml;
using BeWo.Data.Entities;
using BeWo.Service.ServiceContracts;
using BeWo.Data;
using DevExpress.XtraPrinting.Native;
namespace BeWo.Service.Core
{
@@ -176,5 +182,8 @@ namespace BeWo.Service.Core
return erg;
}
}
}