CSL.SettingsHandler.SetTorrentClient C# (CSharp) Method

SetTorrentClient() public static method

public static SetTorrentClient ( string value ) : void
value string
return void
        public static void SetTorrentClient(string value)
        {
            settings.TorrentClient = value;
            settings.Save();
        }