Ejemplo n.º 1
0
 private void openList()
 {
     ListeLecture window_list = new ListeLecture(this);
     window_list.Owner = this;
     window_list.Show();
     this.Hide();
 }
Ejemplo n.º 2
0
 private void openBib()
 {
     ListeLecture window_bib = new ListeLecture(this);
     window_bib.Owner = this;
     window_bib.Show();
     this.Hide();
 }