コード例 #1
0
 internal AnalyticsRmCommands(InteractiveAuthentication auth)
 {
     this.Authentication = auth;
 }
コード例 #2
0
 internal StoreRmCommands(InteractiveAuthentication authSession)
 {
     this.Authentication = authSession;
 }