Thanks2.aspx.cs 362 Bytes
using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Quiz.SiteBase;

namespace Quiz.WebSite
{
    public partial class Thanks2 : WebSiteBase
    {
        protected string Openid = "";
        protected void Page_Load(object sender, EventArgs e)
        {
            
        }
    }
}