Пример #1
0
 private void updatelscore(string Wid, int Wlscore)
 {
     LearnSite.BLL.Works wbll = new LearnSite.BLL.Works();
     wbll.Updatelscore(Int32.Parse(Wid), Wlscore);
     System.Threading.Thread.Sleep(500);
     showgroupWork();
 }