Package biblioteca.admin.catalogos

Examples of biblioteca.admin.catalogos.Email.save()


    }// </editor-fold>//GEN-END:initComponents

    private void jButton3MouseClicked(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_jButton3MouseClicked
        // TODO add your handling code here:
        Email email=new Email((long)1,jTextField2.getText());
        email.save();
        frmRef.refrescaDatos();
        this.hide();
    }//GEN-LAST:event_jButton3MouseClicked

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.