uTorrentNotifier.Config.Config C# (CSharp) Method

Config() public method

public Config ( ) : System
return System
        public Config()
        {
            this._Uri = Properties.Settings.Default.URI;
            this._UserName = Properties.Settings.Default.UserName;
            this._Password = Properties.Settings.Default.Password;
            this._RunOnStartup = Properties.Settings.Default.RunOnStartup;
            this._ShowBalloonTips = Properties.Settings.Default.ShowBalloonTips;
            this._CheckForUpdates = Properties.Settings.Default.CheckForUpdates;
        }