From 649ff74c60c7d04d53e70bb2826327d1aae96be3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 28 Feb 2015 20:10:51 +0000 Subject: WinGui: Moving the Interop Code into the services library. This will allow some modelling simplifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6949 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../Interop/Json/Anamorphic/PAR.cs | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 win/CS/HandBrake.ApplicationServices/Interop/Json/Anamorphic/PAR.cs (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Anamorphic/PAR.cs') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Anamorphic/PAR.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Anamorphic/PAR.cs new file mode 100644 index 000000000..895666633 --- /dev/null +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Anamorphic/PAR.cs @@ -0,0 +1,27 @@ +// -------------------------------------------------------------------------------------------------------------------- +// +// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. +// +// +// The par. +// +// -------------------------------------------------------------------------------------------------------------------- + +namespace HandBrake.ApplicationServices.Interop.Json.Anamorphic +{ + /// + /// The par. + /// + public class PAR + { + /// + /// Gets or sets the Number. + /// + public int Num { get; set; } + + /// + /// Gets or sets the Denominator. + /// + public int Den { get; set; } + } +} \ No newline at end of file -- cgit v1.2.3