private void barButtonSysfile_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { SysfileForm xform1 = new SysfileForm(_FlexSys) { }; xform1.Show(); }
private void barButtonSysfile_ItemClick(object sender, ItemClickEventArgs e) { SysfileForm xform1 = new SysfileForm(_FlexSys) { MdiParent = this }; xform1.Show(); }
public void Show(FlexInterfaces.Core.ICoreSys sys) { SysfileForm xform1 = new SysfileForm(sys); xform1.ShowDialog(); }