crud de importe en proceso
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user