Ejemplo n.º 1
0
 public QRCodeInputData(int sceneId, int expireSeconds)
 {
     ActionName    = QRAction.Scene;
     Scene         = new QRScene(sceneId);
     ExpireSeconds = expireSeconds;
 }
Ejemplo n.º 2
0
 public QRCodeInputData(int sceneId, int expireSeconds)
 {
     ActionName = QRAction.Scene;
     Scene = new QRScene(sceneId);
     ExpireSeconds = expireSeconds;
 }
Ejemplo n.º 3
0
 public QRCodeInputData(int sceneId)
 {
     ActionName = QRAction.LimitScene;
     Scene      = new QRScene(sceneId);
 }
Ejemplo n.º 4
0
 public QRCodeInputData(int sceneId)
 {
     ActionName = QRAction.LimitScene;
     Scene = new QRScene(sceneId);
 }