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());
     }
 }
Example #2
0
 public Files(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #3
0
 public Messages(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #4
0
 public Payments(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #5
0
 public Stats(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #6
0
 public Contacts(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #7
0
 public Account(SerwerSMS obj)
 {
     this.obj = obj;
 }
 public Subaccounts(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #9
0
 public Groups(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #10
0
 public Blacklist(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #11
0
 public Senders(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #12
0
 public Templates(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #13
0
 public Errors(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #14
0
 public Premium(SerwerSMS obj)
 {
     this.obj = obj;
 }
Example #15
0
 public Phones(SerwerSMS obj)
 {
     this.obj = obj;
 }