primer form de informe listo

This commit is contained in:
fedpo
2024-12-02 20:36:33 +00:00
parent c17323ebe4
commit aeeae3c9b8
8 changed files with 118 additions and 32 deletions

View File

@@ -183,6 +183,7 @@
Controls.Add(btnBusqueda);
Name = "FrmInformeFacturasPorCliente";
Text = "Informe: Clientes";
WindowState = FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)dgvDetalle).EndInit();
((System.ComponentModel.ISupportInitialize)dgvFactura).EndInit();
((System.ComponentModel.ISupportInitialize)dgvCliente).EndInit();