Ejemplo n.º 1
0
 private void LichSuKhamTextBox_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Return)
     {
         Bussiness.getLichSuKham(LichSuKhamTextBox.Text);
     }
 }
Ejemplo n.º 2
0
 private void LichSuKhamBtn_Click(object sender, RoutedEventArgs e)
 {
     Bussiness.getLichSuKham(LichSuKhamTextBox.Text);
 }