bajar cambios 9

This commit is contained in:
carlos
2024-01-21 20:52:46 -06:00
14 changed files with 14 additions and 8 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
{ {
"ExpandedNodes": [ "ExpandedNodes": [
"", ""
"\\Properties",
"\\Properties\\DataSources"
], ],
<<<<<<< HEAD
"SelectedNode": "\\agregarmermas.cs",
=======
"SelectedNode": "\\vender.cs", "SelectedNode": "\\vender.cs",
>>>>>>> 53dd047ba99d9fe2f8dc36472f5d1441d992e695
"PreviewInSolutionExplorer": false "PreviewInSolutionExplorer": false
} }
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -155,9 +155,9 @@ namespace compabetov2
private void button1_Click(object sender, EventArgs e) private void button1_Click(object sender, EventArgs e)
{ {
MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal); MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal);
menuPrincipal.Show(); menuPrincipal.ShowDialog();
this.Dispose(); this.Close();
} }
+1 -1
View File
@@ -147,7 +147,7 @@ namespace compabetov2
private void button1_Click(object sender, EventArgs e) private void button1_Click(object sender, EventArgs e)
{ {
MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal); MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal);
menuPrincipal.Show(); menuPrincipal.ShowDialog();
this.Dispose(true); this.Dispose(true);
} }
Binary file not shown.
@@ -103,3 +103,7 @@ C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.ModificarContra.re
C:\Users\carsu\Source\Repos\compabetoOG\obj\Debug\compabetov2.agregarmermas.resources C:\Users\carsu\Source\Repos\compabetoOG\obj\Debug\compabetov2.agregarmermas.resources
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.verMerma.resources C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.verMerma.resources
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.ActualizarMerma.resources C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.ActualizarMerma.resources
C:\Users\Googl\Documents\compabetoOG\obj\Debug\compabetov2.ActualizarMerma.resources
C:\Users\Googl\Documents\compabetoOG\obj\Debug\compabetov2.agregarmermas.resources
C:\Users\Googl\Documents\compabetoOG\obj\Debug\compabetov2.ModificarContra.resources
C:\Users\Googl\Documents\compabetoOG\obj\Debug\compabetov2.verMerma.resources
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -227,7 +227,7 @@ namespace compabetov2
private void button1_Click(object sender, EventArgs e) private void button1_Click(object sender, EventArgs e)
{ {
MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal); MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal);
menuPrincipal.Show(); menuPrincipal.ShowDialog();
this.Dispose(true); this.Dispose(true);
} }
} }
+1 -1
View File
@@ -363,7 +363,7 @@ namespace compabetov2
private void button1_Click(object sender, EventArgs e) private void button1_Click(object sender, EventArgs e)
{ {
MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal); MenuPrincipal menuPrincipal = new MenuPrincipal(loginPrincipal);
menuPrincipal.Show(); menuPrincipal.ShowDialog();
this.Dispose(true); this.Dispose(true);
} }