crud de importe en proceso

This commit is contained in:
Carlos Sandoval
2024-06-30 11:19:46 -06:00
parent 3a1c75967a
commit 8009e38291
21 changed files with 733 additions and 50 deletions
+7
View File
@@ -209,6 +209,13 @@ namespace compabetov2.admin
login.ShowDialog();
this.Dispose();
}
private void btnImporte_Click(object sender, EventArgs e)
{
visualizarImportes ventana = new visualizarImportes();
ventana.Owner = this;
ventana.Show();
}
}