コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ParseConfigController"/> class.
 /// </summary>
 public AVConfigController(IAVCommandRunner commandRunner, IStorageController storageController)
 {
     this.commandRunner = commandRunner;
       CurrentConfigController = new AVCurrentConfigController(storageController);
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ParseConfigController"/> class.
 /// </summary>
 public AVConfigController(IAVCommandRunner commandRunner, IStorageController storageController)
 {
     this.commandRunner      = commandRunner;
     CurrentConfigController = new AVCurrentConfigController(storageController);
 }