private void tileItem2_ItemClick(object sender, DevExpress.XtraEditors.TileItemEventArgs e) { frm_assignation assgn = new frm_assignation(); assgn.Show(); }
public void demarrer_form() { frm_assignation er = new frm_assignation(); er.Show(); }