OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Parsing / DVD.cs
index 3249a23..d2d2115 100644 (file)
@@ -4,6 +4,7 @@ using System.ComponentModel;
 using System.Data;\r
 using System.Drawing;\r
 using System.Text;\r
+using System.Text.RegularExpressions; \r
 using System.Windows.Forms;\r
 using System.IO;\r
 using System.Threading;\r
@@ -50,7 +51,7 @@ namespace Handbrake.Parsing
                 }\r
                 else\r
                 {\r
-                    string test = output.ReadLine();\r
+                    output.ReadLine();\r
                 }\r
             }\r
             return thisDVD;\r