diff --git a/Cuentas/cuentas.Designer.cs b/Cuentas/cuentas.Designer.cs index d456398..4feaee7 100644 --- a/Cuentas/cuentas.Designer.cs +++ b/Cuentas/cuentas.Designer.cs @@ -98,6 +98,7 @@ this.button2.TabIndex = 9; this.button2.Text = "Reportes"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // diff --git a/Cuentas/cuentas.cs b/Cuentas/cuentas.cs index a8fbe52..7fc9336 100644 --- a/Cuentas/cuentas.cs +++ b/Cuentas/cuentas.cs @@ -226,5 +226,11 @@ namespace compabetov2 { } + + private void button2_Click(object sender, EventArgs e) + { + Estadiscticas verstats = new Estadiscticas(); + verstats.Show(); + } } } diff --git a/Empleados/personal.Designer.cs b/Empleados/personal.Designer.cs index f076e5b..69ba86a 100644 --- a/Empleados/personal.Designer.cs +++ b/Empleados/personal.Designer.cs @@ -105,6 +105,7 @@ this.button2.TabIndex = 9; this.button2.Text = "Reportes"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // diff --git a/Empleados/personal.cs b/Empleados/personal.cs index 0956057..e9b65aa 100644 --- a/Empleados/personal.cs +++ b/Empleados/personal.cs @@ -256,5 +256,11 @@ namespace compabetov2 menuprincipalForm.BringToFront(); } } + + private void button2_Click(object sender, EventArgs e) + { + Estadiscticas verstats = new Estadiscticas(); + verstats.Show(); + } } } diff --git a/Envios/envios.Designer.cs b/Envios/envios.Designer.cs index c62880a..ea30beb 100644 --- a/Envios/envios.Designer.cs +++ b/Envios/envios.Designer.cs @@ -124,6 +124,7 @@ this.button2.TabIndex = 9; this.button2.Text = "Reportes"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // diff --git a/Envios/envios.cs b/Envios/envios.cs index 223da62..c0bcee9 100644 --- a/Envios/envios.cs +++ b/Envios/envios.cs @@ -323,5 +323,11 @@ namespace compabetov2 { } + + private void button2_Click(object sender, EventArgs e) + { + Estadiscticas verstats = new Estadiscticas(); + verstats.Show(); + } } } diff --git a/Inventario/inventario.Designer.cs b/Inventario/inventario.Designer.cs index 05872f6..92b3642 100644 --- a/Inventario/inventario.Designer.cs +++ b/Inventario/inventario.Designer.cs @@ -125,6 +125,7 @@ this.button2.TabIndex = 9; this.button2.Text = "Reportes"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // diff --git a/Inventario/inventario.cs b/Inventario/inventario.cs index cbc0a7a..7ee020d 100644 --- a/Inventario/inventario.cs +++ b/Inventario/inventario.cs @@ -248,5 +248,11 @@ namespace compabetov2 { } + + private void button2_Click(object sender, EventArgs e) + { + Estadiscticas verstats = new Estadiscticas(); + verstats.Show(); + } } } diff --git a/Merma/mermas.Designer.cs b/Merma/mermas.Designer.cs index 01b8ae1..412ba26 100644 --- a/Merma/mermas.Designer.cs +++ b/Merma/mermas.Designer.cs @@ -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 // diff --git a/Merma/mermas.cs b/Merma/mermas.cs index ac0666c..05917db 100644 --- a/Merma/mermas.cs +++ b/Merma/mermas.cs @@ -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(); + } } } diff --git a/Ventas/vender.Designer.cs b/Ventas/vender.Designer.cs index fad5762..87e4739 100644 --- a/Ventas/vender.Designer.cs +++ b/Ventas/vender.Designer.cs @@ -218,6 +218,7 @@ this.button2.TabIndex = 9; this.button2.Text = "Reportes"; this.button2.UseVisualStyleBackColor = false; + this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // diff --git a/Ventas/vender.cs b/Ventas/vender.cs index f95b80f..bc86c05 100644 --- a/Ventas/vender.cs +++ b/Ventas/vender.cs @@ -807,5 +807,10 @@ namespace compabetov2 label1.Text = "Total: 0"; txtbusqueda.Text = ""; } + + private void button2_Click(object sender, EventArgs e) + { + + } } } diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe index ee5f3db..36910f9 100644 Binary files a/bin/Debug/compabetov2.exe and b/bin/Debug/compabetov2.exe differ diff --git a/bin/Debug/compabetov2.pdb b/bin/Debug/compabetov2.pdb index dd3ea49..9c5efb9 100644 Binary files a/bin/Debug/compabetov2.pdb and b/bin/Debug/compabetov2.pdb differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/obj/Debug/DesignTimeResolveAssemblyReferences.cache index 10a1a65..e647538 100644 Binary files a/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/obj/Debug/compabetov2.csproj.GenerateResource.cache b/obj/Debug/compabetov2.csproj.GenerateResource.cache index 63a4216..785382c 100644 Binary files a/obj/Debug/compabetov2.csproj.GenerateResource.cache and b/obj/Debug/compabetov2.csproj.GenerateResource.cache differ diff --git a/obj/Debug/compabetov2.exe b/obj/Debug/compabetov2.exe index ee5f3db..36910f9 100644 Binary files a/obj/Debug/compabetov2.exe and b/obj/Debug/compabetov2.exe differ diff --git a/obj/Debug/compabetov2.pdb b/obj/Debug/compabetov2.pdb index dd3ea49..9c5efb9 100644 Binary files a/obj/Debug/compabetov2.pdb and b/obj/Debug/compabetov2.pdb differ