public MonitorControlFeaturedContentEdit(MonitorControlFeaturedContentEditProperties properties) : base(properties) { InitializeComponent(); this.Text = "Featured Content"; }
private void OnNewFeaturedContentEditorItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { MonitorControlFeaturedContentEditProperties monitorControlFeaturedContentEditProperties = new MonitorControlFeaturedContentEditProperties(); monitorControlFeaturedContentEditProperties.ServiceLocation = "Datenbank Web Service"; AddPanel(monitorControlFeaturedContentEditProperties.GetControl(), false); }