public AreaItemsList() { Grid LayoutRoot = new Grid(); m_List = new RanetListBox(); LayoutRoot.Children.Add(m_List); this.Content = LayoutRoot; }
public AreaItemsList() { Grid LayoutRoot = new Grid(); m_List = new RanetListBox(); LayoutRoot.Children.Add(m_List); this.Content = LayoutRoot; this.KeyDown += new KeyEventHandler(AreaItemsList_KeyDown); }