private void ShowEditForm(string id, string action) { FrmUserEdit f = new FrmUserEdit(new DoRefreshHandler(this.DoQuery)); f.IdValue = id; f.ShowDialog(); }
private void ShowEditForm(string id,string action) { FrmUserEdit f = new FrmUserEdit(new DoRefreshHandler(this.DoQuery)); f.IdValue = id; f.ShowDialog(); }