OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Presets / Preset.cs
index 088d39c..ef64387 100644 (file)
@@ -4,10 +4,10 @@
           Homepage: <http://handbrake.fr>.\r
           It may be used under the terms of the GNU General Public License. */\r
 \r
-using System;\r
-\r
 namespace Handbrake.Presets\r
 {\r
+    using System;\r
+\r
     public class Preset\r
     {\r
         /// <summary>\r
@@ -28,7 +28,7 @@ namespace Handbrake.Presets
         /// <summary>\r
         /// Get or set the usage of Picture Settings in presets.\r
         /// </summary>\r
-        public Boolean PictureSettings { get; set; }\r
+        public bool PictureSettings { get; set; }\r
 \r
         /// <summary>\r
         /// The version number which associates this preset with a HB build\r