예제 #1
0
 public SensorHub()
 {
     this._cloud = new Cloud();
     this._cloudRequestHandler = new Thread(this._cloud.CloudHandler);
     this._cloudRequestHandler.Start();
 }
예제 #2
0
 public SensorHub()
 {
     this._cloud = new Cloud();
     this._cloudRequestHandler = new Thread(this._cloud.CloudHandler);
     this._cloudRequestHandler.Start();
 }