OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / interop / ScanProgressEventArgs.cs
1 using System;\r
2 using System.Collections.Generic;\r
3 using System.Linq;\r
4 using System.Text;\r
5 \r
6 namespace HandBrake.Interop\r
7 {\r
8     public class ScanProgressEventArgs : EventArgs\r
9     {\r
10         public int CurrentTitle { get; set; }\r
11         public int Titles { get; set; }\r
12     }\r
13 }\r