コード例 #1
0
ファイル: SystemServicesModule.cs プロジェクト: hugener/Aupli
 /// <summary>Initializes a new instance of the <see cref="SystemServicesModule"/> class.</summary>
 /// <param name="systemServicesAwaiterReporter">The system services awaiter reporter.</param>
 /// <param name="wifiConnecterReporter">The wifi connecter reporter.</param>
 public SystemServicesModule(
     ISystemServicesAwaiterReporter systemServicesAwaiterReporter,
     IWifiConnecterReporter wifiConnecterReporter)
 {
     this.systemServicesAwaiterReporter = systemServicesAwaiterReporter;
     this.wifiConnecterReporter         = wifiConnecterReporter;
 }
コード例 #2
0
 public TestSystemServicesModule(ISystemServicesAwaiterReporter systemServicesAwaiterReporter, IWifiConnecterReporter wifiConnecterReporter)
     : base(systemServicesAwaiterReporter, wifiConnecterReporter)
 {
 }