Exemple #1
0
 /// <summary>
 /// Add the specified article to the current users watchlist
 /// </summary>
 public static void WatchArticleInBrowser(string title)
 {
     OpenURLInBrowser(Variables.GetAddToWatchlistURL(title));
 }