A class to collect and submit some non-invasive usage stats, to help AWB developers track usage and plan development
Stats can be viewed at https://tools.wmflabs.org/awb/stats/ Tool Labs access is needed to access files/database
Beispiel #1
0
 private void UsageStatsLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     UsageStatsLabel.LinkVisited = true;
     UsageStats.OpenUsageStatsURL();
 }