Exemple #1
0
 protected T GetFromViewState <T>(string key, T defaultVal)
 {
     return(SiteUtils.GetFromStore(ViewState, key, defaultVal));
 }