HassanFakhari
-
-
- 1,975 total downloads
- last updated 12/21/2015
- Latest version: 1.0.0
An implementation of the text search of Wikipedia WikiSharp.Wiki wiki = new WikiSharp.Wiki(); var temp = await wiki.Search(textBox1.Text); foreach (string a in temp.Values) { Console.writeLine(a); } } -