コード例 #1
0
        public void OpenBrowser()
        {
            string uri = GetUri();

            AuthUtil.OpenBrowser(uri);
        }