Exemplo n.º 1
0
 private void GetParentMenus()
 {
     try
     {
         this.slueParentName.Properties.DataSource = _bll.GetParentMenus();
     }
     catch (Exception ex)
     {
         DevExpress.XtraEditors.XtraMessageBox.Show(ex.ToString(), "提示", MessageBoxButtons.OK);
     }
 }