AerialForWindows.Updates.GithubReleaseProvider.GithubReleaseProvider C# (CSharp) 메소드

GithubReleaseProvider() 공개 메소드

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