OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / Model / DriveInformation.cs
1 /*  DriveInformation.cs $\r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake.Model\r
8 {\r
9     public class DriveInformation\r
10     {\r
11         /// <summary>\r
12         /// The Drive Volume Name\r
13         /// </summary>\r
14         public string VolumeLabel { get; set; }\r
15 \r
16         /// <summary>\r
17         /// The Root Directory\r
18         /// </summary>\r
19         public string RootDirectory { get; set; }\r
20     }\r
21 }\r