Exemple #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         countThemes = VoiceService.GetThemeIDs().Count;
     }
 }
        protected void Page_Load(object sender, EventArgs e)
        {
            SetMeta(string.Format("{0} - {1}", SettingsMain.ShopName, Resource.Admin_VotingHistory_VotingHistory));

            if (!IsPostBack)
            {
                countThemes = VoiceService.GetThemeIDs().Count;
            }
        }