Пример #1
0
 private void BtnFormerHearingAids_Click(object sender, RoutedEventArgs e)
 {
     _haInformation = new HAInformationWindow(_clinicianMainWindow, _manageHA);
     _haInformation.Show();
 }
Пример #2
0
 private void BtnFormerHearingAids_Click(object sender, RoutedEventArgs e)
 {
     _haInformation = new HAInformationWindow(_clinicianMainWindow);
     _haInformation.Show();
     //TbAllHA.Text = Convert.ToString(manageHA.GetAllHA(clinicianMainWindow.PCPR));
 }