private void barButtonItem1_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e) { Create_Location cl = new Create_Location(); cl.ShowDialog(); this.Close(); }
private void navBarItem30_LinkClicked(object sender, DevExpress.XtraNavBar.NavBarLinkEventArgs e) { Create_Location a = new Create_Location(); a.ShowDialog(); }