Пример #1
0
        // All barStaticItems
        #region
        private void barStaticItem1_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            FormLop lop = new FormLop();

            lop.Show();
            lop.MdiParent = this;
        }