示例#1
0
文件: MainApp.cs 项目: nghoang/tvkpme
 private void LoadCountry()
 {
     RequestTVKServer req = new RequestTVKServer();
     string res = req.GetCountry();
     cbCountry.Invoke(new DeCallbackString(LoadCountryCallback), res);
 }