private void barButtonPkgGenInfo_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { packForm xform1 = new packForm(_FlexSys) { }; xform1.Show(); }
private void barButtonPkgGenInfo_ItemClick(object sender, ItemClickEventArgs e) { packForm xform1 = new packForm(_FlexSys) { MdiParent = this }; xform1.Show(); }