Example #1
0
 /// <summary>
 /// construtor e inicializador da configuraĆ§Ć£o do LocaSMS
 /// </summary>
 public LocaSMSClient()
 {
     this.Usuario  = SMSServices.SMS_LOCASMS_USUARIO();
     this.Senha    = SMSServices.SMS_LOCASMS_SENHA();
     this.Servidor = SMSServices.SMS_LOCASMS_SERVIDOR();
 }