Esempio n. 1
0
 public void Initialize()
 {
     collection = new FamilySearchCollectionState(new Uri("https://sandbox.familysearch.org/platform/collections/sources"));
     collection.AuthenticateViaOAuth2Password(Resources.TestUserName, Resources.TestPassword, Resources.TestClientId);
     subcollections = (CollectionsState)collection.ReadSubcollections().Get();
     cleanup = new List<GedcomxApplicationState>();
 }
Esempio n. 2
0
 public void Initialize()
 {
     collection = new FamilySearchCollectionState(new Uri("https://sandbox.familysearch.org/platform/collections/sources"));
     collection.AuthenticateViaOAuth2Password(Resources.TestUserName, Resources.TestPassword, Resources.TestClientId);
     subcollections = (CollectionsState)collection.ReadSubcollections().Get();
     cleanup        = new List <GedcomxApplicationState>();
 }