Ajustes para trasmitir expedientes

This commit is contained in:
2026-03-06 12:56:41 -07:00
parent dcfd606a1c
commit c52344d7f8
13 changed files with 924 additions and 401 deletions

View File

@@ -236,6 +236,9 @@ namespace EFCDesk.Forms
private void FormConfiguracionExpediente_Shown(object sender, EventArgs e)
{
lblVersion.Text = "Versión: " + Globales.VersionApp;
var configJson = new ConfiguracionJSON();
configJson = ConfiguracionJSON.LoadFromJson();