private void LoadSaveCondition() { Dialog_LoadQuery _f = new Dialog_LoadQuery(this.QueryModelName); if (_f.ShowDialog() == DialogResult.OK) { using (MetaDataQueryServiceClient _msc = new MetaDataQueryServiceClient()) { MDQuery_Request _request = _msc.LoadQuery(_f.SelectedID); this.sinoSZUC_MD_Model_FieldList1.RefreshBySaveRequest(_request); this.sinoSZUC_ConditionPanel1.RefreshBySaveRequest(this._queryModel, _request); } } }