private void OnContributeClicked()
        {
            const string githubUrl = @"https://github.com/selmaohneh/DdfGuide";
            var          githubUri = new Uri(githubUrl);

            _uriInvoker.Invoke(githubUri);
        }
Exemplo n.º 2
0
 private void AudioDramaViewOnBuyClicked(object sender, EventArgs e)
 {
     _uriInvoker.Invoke(_audioDrama.AudioDramaDto.AmazonBuyUri);
 }