
This program show how simple to implement Smpp Client
Just setup property for smpp component, main are:
  - UserID
  - Password
  - Host
  - Port
  - Systemtype

Then
  Connect;
  Send;

