private void callbackDontrenewMethod(JSONNode pNode) { if (pNode["status"].Value == "saved") { // перестроить детализацию и показать что подписка не будет продлеваться ShowLocalSubDetail(); // показать статус showStatus(String.Format(StringHelper.PrepareFormatString(mUtils.GetTranslations().Get("user_subscription_message_non_renewing")), StringHelper.DateFormat(mLocalSubDetail.mDateNextCharge))); } }