Channel9Downloader.Entities.Settings.Settings C# (CSharp) Method

Settings() public method

Initializes a new instance of the Settings class.
public Settings ( ) : System
return System
        public Settings()
        {
            DownloadFolder = string.Empty;
            MaximumParallelDownloads = 2;
            CheckForNewVideosInterval = TimeSpan.FromHours(1);
        }
Settings