Esempio n. 1
0
 void client_DeleteWebSiteCompleted(object sender, DeleteWebSiteCompletedEventArgs e)
 {
     stopProgressIndicator();
     if (CurrentSites != null)
     {
         CurrentSites.Remove(e.UserState as Site);
     }
 }
 void client_DeleteWebSiteCompleted(object sender, DeleteWebSiteCompletedEventArgs e)
 {
     stopProgressIndicator();
     if (CurrentSites != null)
         CurrentSites.Remove(e.UserState as Site);
 }