From 0c9a71f626e0e552cf670103b8dad8e61de1fb69 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 6 Jun 2010 18:22:39 +0000 Subject: WinGui: - Moved all the services that handle parsing, scanning, encodes and the queue out into a separate library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3362 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmPreview.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'win/C#/frmPreview.cs') diff --git a/win/C#/frmPreview.cs b/win/C#/frmPreview.cs index 14080bd48..41ceb5172 100644 --- a/win/C#/frmPreview.cs +++ b/win/C#/frmPreview.cs @@ -12,10 +12,12 @@ namespace Handbrake using System.Threading; using System.Windows.Forms; using Functions; + + using HandBrake.ApplicationServices.Parsing; + using HandBrake.ApplicationServices.Services; + using QTOControlLib; using QTOLibrary; - using Services; - using Parsing; public partial class frmPreview : Form { -- cgit v1.2.3