Package clips.main

Examples of clips.main.CardInfo


     */
    private void btNewClientActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btNewClientActionPerformed
        if (mode == MODE_FIND) {
            try {
                ClientLocal clientLocal = new ClientLocal(getAuditManager());
                CardInfo cardInfo = ((AppMainWindow) MainWindow.getMainWindow()).getCardInfo();
                if (cardInfo != null){
                    DirectorySurname surname = DirectoryLocator.getDirectory(DirectorySurname.class);
                    DirectoryName name = DirectoryLocator.getDirectory(DirectoryName.class);
                    DirectoryPathron pathron = DirectoryLocator.getDirectory(DirectoryPathron.class);
                    clientLocal.setSurname(surname.getItemFromTitle(cardInfo.surname));
View Full Code Here

TOP

Related Classes of clips.main.CardInfo

Copyright © 2018 www.massapicom. 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.