예제 #1
0
 public SMS(string number, string subject, SMS_Mode encoding = SMS_Mode.SMS)
 {
     this.number   = number;
     this.subject  = subject;
     this.encoding = encoding;
 }
예제 #2
0
 public SMS(string number, SMS_Mode encoding = SMS_Mode.SMS)
 {
     this.number   = number;
     this.subject  = string.Empty;
     this.encoding = encoding;
 }