GITLAB

NetMix / questionnaire-investigation

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • questionnaire-investigation
  • EduResearch
  • src
  • Quiz.WebSite
  • School.aspx.cs
  • 149f15b6   first commit Browse Code »
    杨甜甜
    2020-11-10 15:59:54 +0800  
School.aspx.cs 298 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
using System;
using System.Collections.Generic;

using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace Quiz.WebSite
{
    public partial class School : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {

        }
    }
}