コード例 #1
0
        protected void Application_Start(object sender, EventArgs e)
        {
            bool activeSeason       = false;
            int  mostRecentSeasonID = DatabaseHandler.GetMostRecentSeasonID(out activeSeason);

            if (activeSeason)
            {
                Help.SetDebateID(Application, mostRecentSeasonID);
            }
        }