public SmsServer(string User, string Password)
 {
     try
     {
         user     = User;
         password = Password;
         Serwer   = new SerwerSMS(user, password);
     }
     catch (Exception ex)
     {
         Console.WriteLine("SmsServer exception: " + ex.ToString());
     }
 }
Exemple #2
0
 public Files(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #3
0
 public Messages(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #4
0
 public Payments(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Stats(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #6
0
 public Contacts(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Account(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Subaccounts(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Groups(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Blacklist(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Senders(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #12
0
 public Templates(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #13
0
 public Errors(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Premium(SerwerSMS obj)
 {
     this.obj = obj;
 }
Exemple #15
0
 public Phones(SerwerSMS obj)
 {
     this.obj = obj;
 }