Punto Solution

This commit is contained in:
Michael Robles
2024-01-14 19:12:14 -07:00
20 changed files with 339 additions and 66 deletions
+30
View File
@@ -0,0 +1,30 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace compabetov2
{
public partial class Confirmacion : Form
{
public Confirmacion()
{
InitializeComponent();
}
private void preguntaLogin_Load(object sender, EventArgs e)
{
}
private void label1_Click(object sender, EventArgs e)
{
}
}
}