diff options
author | sr55 <[email protected]> | 2011-01-23 15:00:58 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-01-23 15:00:58 +0000 |
commit | c0ac2af7f81171a91f726cdf3833af1deadf8511 (patch) | |
tree | 3727abbd76bf4ec9c4da492ac9125475a1a10333 /win/C#/HandBrake.ApplicationServices/Services/Interfaces | |
parent | b55c482455353fea828f52d6889ad451202a6a5f (diff) |
WinGui:
- Started Hooking up the WPF main window. Initial events subscribed. Some initial bindings and actions.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3766 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Services/Interfaces')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs b/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs index b05390301..6cbce5273 100644 --- a/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs +++ b/win/C#/HandBrake.ApplicationServices/Services/Interfaces/IScan.cs @@ -60,7 +60,7 @@ namespace HandBrake.ApplicationServices.Services.Interfaces /// <summary>
/// Gets the Souce Data.
/// </summary>
- DVD SouceData { get; }
+ Source SouceData { get; }
/// <summary>
/// Gets ActivityLog.
|