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

GetTorrentClient() 공개 정적인 메소드

public static GetTorrentClient ( ) : string
리턴 string
        public static string GetTorrentClient()
        {
            return settings.TorrentClient;
        }