8 lines
158 B
C#
8 lines
158 B
C#
public enum SettingName
|
|
{
|
|
/// <summary>
|
|
/// Represents a the absolute path of the folder where videos are stored.
|
|
/// </summary>
|
|
VideoPath,
|
|
|
|
} |