Inheritance: CloverTransport
Exemplo n.º 1
0
 public TestCloverDevice(TestCloverDeviceConfiguration configuration)
     : this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }
 public TestCloverDevice(TestCloverDeviceConfiguration configuration) :
     this(configuration.getMessagePackageName())
 {
     transport = new TestCloverTransport();
 }