コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UwpControllerCollection"/> class
 /// with the specified <see cref="IUwpDataContextFinder"/>, <see cref="IDataContextInjector"/>,
 /// <see cref="IUwpElementInjector"/>, and the enumerable of the <see cref="IUwpControllerExtension"/>.
 /// </summary>
 /// <param name="dataContextFinder">The finder to find a data context.</param>
 /// <param name="dataContextInjector">The injector to inject a data context.</param>
 /// <param name="elementInjector">The injector to inject elements.</param>
 /// <param name="extensions">The extensions for a controller.</param>
 public UwpControllerCollection(IUwpDataContextFinder dataContextFinder, IDataContextInjector dataContextInjector, IUwpElementInjector elementInjector, IEnumerable <IUwpControllerExtension> extensions) : base(dataContextFinder, dataContextInjector, elementInjector, extensions)
 {
 }
コード例 #2
0
 public UwpControllerTypeFinder(IUwpElementKeyFinder elementKeyFinder, IUwpDataContextFinder dataContextFinder) : base(elementKeyFinder, dataContextFinder)
 {
 }