Exemplo n.º 1
0
    private void CreateVerifyCode()
    {
        VerifyService vs   = new VerifyService();
        string        code = vs.CreateVerifyCode();

        lab_Code.Text = code;
    }