TraktPlugin.ConfigConnector.Author C# (CSharp) Méthode

Author() public méthode

Returns the Author of the Plugin to Mediaportal
public Author ( ) : string
Résultat string
        public string Author()
        {
            return "Technicolour, ltfearme";
        }