Пример #1
0
        private void doSigninCentercode()
        {
            string UserID   = tbEmail.Text;
            string Password = tbPassword.Text;

            Newtonsoft.Json.Linq.JObject result = cloud_client.AuthenticateCenterCode(UserID, Password);
            MessageBox.Show(result.ToString());
        }