]> granicus.if.org Git - handbrake/commit
WinGui:
authorsr55 <sr55.hb@outlook.com>
Sun, 29 Aug 2010 20:41:07 +0000 (20:41 +0000)
committersr55 <sr55.hb@outlook.com>
Sun, 29 Aug 2010 20:41:07 +0000 (20:41 +0000)
commit466ea9a1a522e58dc972ffbba9deba3f615394a2
treecf7b1ab9b3144d05b47c44967273c3f19cf74dd8
parentc9973fa6ab5ed42b2219faa9a0c12e06ef74139e
WinGui:
- Created an error service, renamed the frmExceptionWindow to ExceptionWindow and removed it's duplicate from the main project. It's all in the AppServices library.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3503 b64f7644-9d1e-0410-96f1-a4d463321fa5
14 files changed:
win/C#/Functions/Main.cs
win/C#/Functions/QueryParser.cs
win/C#/HandBrake.ApplicationServices/HandBrake.ApplicationServices.csproj
win/C#/HandBrake.ApplicationServices/Services/ErrorService.cs [new file with mode: 0644]
win/C#/HandBrake.ApplicationServices/Services/Interfaces/IErrorService.cs [new file with mode: 0644]
win/C#/HandBrake.ApplicationServices/Views/ExceptionWindow.cs [moved from win/C#/frmExceptionWindow.cs with 81% similarity]
win/C#/HandBrake.ApplicationServices/Views/ExceptionWindow.designer.cs [moved from win/C#/HandBrake.ApplicationServices/frmExceptionWindow.Designer.cs with 90% similarity]
win/C#/HandBrake.ApplicationServices/Views/ExceptionWindow.resx [moved from win/C#/frmExceptionWindow.resx with 98% similarity]
win/C#/HandBrake.ApplicationServices/frmExceptionWindow.cs [deleted file]
win/C#/HandBrake.ApplicationServices/frmExceptionWindow.resx [deleted file]
win/C#/HandBrake10.5.1.ReSharper
win/C#/HandBrakeCS.csproj
win/C#/Program.cs
win/C#/frmExceptionWindow.Designer.cs [deleted file]