Example #1
0
        public MonitorControlContentEdit(MonitorControlContentEditProperties properties)
            : base(properties)
        {
            InitializeComponent();

            this.Text = "Inhalt Editor";
        }
Example #2
0
        private void OnNewContentEditorItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            MonitorControlContentEditProperties monitorControlTableEditProperties = new MonitorControlContentEditProperties();

            monitorControlTableEditProperties.ServiceLocation = "Datenbank Web Service";
            AddPanel(monitorControlTableEditProperties.GetControl(), false);
        }