AerialForWindows.Updates.GithubReleaseProvider.GithubReleaseProvider C# (CSharp) Method

GithubReleaseProvider() public method

public GithubReleaseProvider ( string clientName, string repositoryOwner, string repositoryName ) : System
clientName string
repositoryOwner string
repositoryName string
return System
        public GithubReleaseProvider(string clientName, string repositoryOwner, string repositoryName) {
            _clientName = clientName;
            _repositoryOwner = repositoryOwner;
            _repositoryName = repositoryName;
        }