예제 #1
0
        private void BarButtonBusAssignmentForm_ItemClick(object sender, ItemClickEventArgs e)
        {
            BusAssignmentForm xform1 = new BusAssignmentForm(_FlexSys)
            {
                MdiParent = this
            };

            xform1.Show();
        }
예제 #2
0
        public void Show(FlexInterfaces.Core.ICoreSys sys)
        {
            BusAssignmentForm xform1 = new BusAssignmentForm(sys);

            xform1.ShowDialog();
        }