Examples of SmsSenderGui


Examples of it.freedom.plugins.sms.SmsSenderGui

    String defaultNumber;

    public SmsSender() {
        super("Sms Sender", "/it.nicoletti.telecom/sms-sender.xml");
        defaultNumber = configuration.getStringProperty("default-phone-number", "+393922907161"); //TODO: cambiare prendendo il numero come parametro nel Command
        gui = new SmsSenderGui(this);
        start();
    }
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.