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