botn login sin funcionar

This commit is contained in:
carlos
2024-01-14 18:14:25 -06:00
parent 58838e4ed1
commit eab9fb5b33
16 changed files with 234 additions and 7 deletions
+25
View File
@@ -0,0 +1,25 @@
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 preguntaLogin : Form
{
public preguntaLogin()
{
InitializeComponent();
}
private void preguntaLogin_Load(object sender, EventArgs e)
{
}
}
}