private void PageInit(object sender, EventArgs e) { _standardValueItem = new StandardValueItem(_currentNode); }
private void PageInit(object sender, EventArgs e) { _topTeaser = new TeaserItem(_currentNode.GetProperty("topTeaser").Value); _middleTeaser = new TeaserItem(_currentNode.GetProperty("middleTeaser").Value); _standardValueItem = new StandardValueItem(_currentNode); }