Ejemplo n.º 1
0
 protected void Page_Init(object sender, EventArgs e)
 {
     _themes = ThemeDataSource.LoadAll(BitFieldState.False);
     ActiveTheme.DataSource = _themes;
     ActiveTheme.DataBind();
 }