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