Esempio n. 1
0
 private void Listar()
 {
     try
     {
         dataGridView1.DataSource = N_Usuarios.Listar();
         this.formato();
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message + ex.StackTrace);
     }
 }