private void customQueryInput_TextChanged(object sender, EventArgs e) { customQueryOutputField.Text = unitDatabase.doCustomQuery(customQueryInput.Text); }