コード例 #1
0
 public AlexaSession()
 {
     Application = new AlexaApplication();
     Attributes  = new AlexaAttributes();
     User        = new AlexaUser();
 }
コード例 #2
0
 public AlexaSystem()
 {
     Application = new AlexaApplication();
     User        = new AlexaUser();
     Device      = new AlexaDevice();
 }