Пример #1
0
 private void LoadCountry()
 {
     RequestTVKServer req = new RequestTVKServer();
     string res = req.GetCountry();
     cbCountry.Invoke(new DeCallbackString(LoadCountryCallback), res);
 }