Subo Cambios1

This commit is contained in:
Michael Robles
2024-06-30 08:57:05 -07:00
parent 4b060b83a7
commit 384126d4e6
+1 -3
View File
@@ -9,6 +9,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using compabetov2.admin;
namespace compabetov2
{
@@ -258,8 +259,6 @@ namespace compabetov2
}
}
private void button3_Click(object sender, EventArgs e)
{
private void button3_Click(object sender, EventArgs e)
{
if (loginPrincipal.tipo.Equals("empleado"))
@@ -271,7 +270,6 @@ namespace compabetov2
crud crud = new crud();
crud.Owner = this;
crud.Show();
}
}
}