diff --git a/Principal/MenuPrincipal.cs b/Principal/MenuPrincipal.cs index cc618ef..fe0068f 100644 --- a/Principal/MenuPrincipal.cs +++ b/Principal/MenuPrincipal.cs @@ -192,6 +192,7 @@ namespace compabetov2 else { Estadiscticas estadiscticas = new Estadiscticas(); + estadiscticas.Owner = this; estadiscticas.Show(); } diff --git a/Ventas/vender.cs b/Ventas/vender.cs index bc86c05..108543b 100644 --- a/Ventas/vender.cs +++ b/Ventas/vender.cs @@ -810,7 +810,9 @@ namespace compabetov2 private void button2_Click(object sender, EventArgs e) { - + Estadiscticas estadiscticas = new Estadiscticas(); + estadiscticas.Owner = this; + estadiscticas.Show(); } } } diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe index 36910f9..849b06f 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 9c5efb9..50d288a 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 e647538..bb3e745 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 785382c..c454b25 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 36910f9..849b06f 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 9c5efb9..50d288a 100644 Binary files a/obj/Debug/compabetov2.pdb and b/obj/Debug/compabetov2.pdb differ