private void frmGridConexoes_FormClosed(object sender, FormClosedEventArgs e) { if (ConexoesDTOBindingSource.List.Count > 0) { conexoes.Conexoes = (List <ConexoesDTO>)ConexoesDTOBindingSource.List; conexoes.Serializar(); } }