Beispiel #1
0
 /// <summary>
 /// This should be called anytime the authentication status of a domain
 /// changes.  This will allow the domain status on the Accounts tab to
 /// be updated.
 /// </summary>
 public void UpdateDomainStatus(string domainID)
 {
     accountsPage.UpdateDomainStatus(domainID);
 }