arreglar proyecto

This commit is contained in:
carlos
2024-01-14 21:51:36 -06:00
parent eab9fb5b33
commit 148d5c9cbb
19 changed files with 172 additions and 97 deletions
+7 -2
View File
@@ -10,9 +10,9 @@ using System.Windows.Forms;
namespace compabetov2
{
public partial class preguntaLogin : Form
public partial class Confirmacion : Form
{
public preguntaLogin()
public Confirmacion()
{
InitializeComponent();
}
@@ -21,5 +21,10 @@ namespace compabetov2
{
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}