public WEBCloudSettings_AL()
 {
     commpo           = new Communication_PO();
     webcloudpo       = new WEBCloudSettings_PO();
     ixmwebutils      = new IXMWebUtils();
     webcloudsettings = new WEBCloudConfigModel();
 }
Exemple #2
0
 public USBAuxPortSettings_AL()
 {
     commpo          = new Communication_PO();
     usbportpo       = new USBAuxPortSettings_PO();
     ixmwebutils     = new IXMWebUtils();
     usbportsettings = new USBAuxPortConfigModel();
 }
 public DTMFSettings_AL()
 {
     commpo = new Communication_PO();
     dtmfpo = new DTMFSettings_PO();
 }
 public IXMWEBServer_AL()
 {
     commpo         = new Communication_PO();
     ixmwebserverpo = new IXMWEBServer_PO();
     commpo.ShowIXMWEBServerSettings(true);
 }
 public BluetoothSettings_AL()
 {
     bluetoothpo = new BluetoothSettings_PO();
     commpo      = new Communication_PO();
     commpo.ShowBluetoothSettings(true);
 }