Esempio n. 1
0
        protected void btnQuery_Click(object sender, EventArgs e)
        {
            WXMobileCodeService.MobileCodeWS service = new MobileCodeWS();

            lblResult.Text = service.getMobileCodeInfo(mobileCode.Text, "");
        }
Esempio n. 2
0
    public static string GetMobileCodeInfo(string code)
    {
        string result = new MobileCodeWS().getMobileCodeInfo(code, "");

        return(result);
    }