CSL.SettingsHandler.SetTorrentClient C# (CSharp) 메소드

SetTorrentClient() 공개 정적인 메소드

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