Exemple #1
0
 public ProduccionesPropias(Profesor profesor)
 {
     this.profesor = profesor;
     conexion      = new Conexion();
     InitializeComponent();
 }