Beispiel #1
0
 public FormConsultar()
 {
     InitializeComponent();
     dgv_pesquisa.DataSource = GerenciadorBanco.getMatriculas();
 }