Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FamilySearchFamilyTree"/> class.
 /// </summary>
 /// <param name="uri">The URI where the target resides.</param>
 /// <param name="stateFactory">The state factory to use for state instantiation.</param>
 private FamilySearchFamilyTree(Uri uri, FamilyTreeStateFactory stateFactory)
     : this(uri, stateFactory.LoadDefaultClientInt(uri), stateFactory)
 {
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FamilySearchFamilyTree"/> class.
 /// </summary>
 /// <param name="uri">The URI where the target resides.</param>
 /// <param name="stateFactory">The state factory to use for state instantiation.</param>
 private FamilySearchFamilyTree(Uri uri, FamilyTreeStateFactory stateFactory)
     : this(uri, stateFactory.LoadDefaultClientInt(uri), stateFactory)
 {
 }