Subo Cambios1
This commit is contained in:
+1
-3
@@ -9,6 +9,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
using compabetov2.admin;
|
||||||
|
|
||||||
namespace compabetov2
|
namespace compabetov2
|
||||||
{
|
{
|
||||||
@@ -258,8 +259,6 @@ namespace compabetov2
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void button3_Click(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
private void button3_Click(object sender, EventArgs e)
|
private void button3_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (loginPrincipal.tipo.Equals("empleado"))
|
if (loginPrincipal.tipo.Equals("empleado"))
|
||||||
@@ -271,7 +270,6 @@ namespace compabetov2
|
|||||||
crud crud = new crud();
|
crud crud = new crud();
|
||||||
crud.Owner = this;
|
crud.Owner = this;
|
||||||
crud.Show();
|
crud.Show();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user