コード例 #1
0
 public PasswordResetConfirmation(employee obj)//Sobrecarga del constructor del formulario, proveniente de Password Reset
 {
     InitializeComponent();
     employeeToUpdate = obj;
 }