示例#1
0
 public PantallaPaciente()
 {
     InitializeComponent();
     _dataAccessLayer = new DataAccessLayer();
     llenarComboBoxDoc();
 }