示例#1
0
        private void BarButtonItemInvBuild_ItemClick(object sender, ItemClickEventArgs e)
        {
            InvtMaint xform1 = new InvtMaint(true, _FlexSys)
            {
                MdiParent = this
            };

            xform1.Show();
        }
示例#2
0
        private void barButtonInventMaint_ItemClick(object sender, ItemClickEventArgs e)
        {
            //XtraForm1 xform1 = new XtraForm1(_FlexSys.Settings.EFConnectionString) { MdiParent = this };
            InvtMaint xform1 = new InvtMaint(false, _FlexSys)
            {
                MdiParent = this
            };

            xform1.Show();
        }