Subo cambios en plena produccion3

This commit is contained in:
Michael Robles
2024-02-02 11:10:46 -07:00
parent 2b7658cca2
commit 5c277e3edd
18 changed files with 42 additions and 0 deletions
+1
View File
@@ -117,6 +117,7 @@
this.button2.TabIndex = 9;
this.button2.Text = "Reportes";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
+7
View File
@@ -1,5 +1,6 @@
using compabetov2.database;
using compabetov2.database.modelos;
using compabetov2.Empleados;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -182,5 +183,11 @@ namespace compabetov2
agregarmermas.Owner = this;
agregarmermas.Show();
}
private void button2_Click(object sender, EventArgs e)
{
Estadiscticas verstats = new Estadiscticas();
verstats.Show();
}
}
}