Esempio n. 1
0
 /// <summary>
 /// Removes the specified article from the current users watchlist
 /// </summary>
 public static void UnwatchArticleInBrowser(string title)
 {
     OpenURLInBrowser(Variables.GetRemoveFromWatchlistURL(title));
 }