Beispiel #1
0
        void _s_知识面_获取Completed(object sender, 务.知识面_获取CompletedEventArgs e)
        {
            var rows = e.Result.ToList <题.知识面>();

            _DataGrid.ItemsSource = rows;
            _刷新_Button.IsEnabled  = true;
        }
Beispiel #2
0
 void _s_知识面_获取Completed(object sender, 务.知识面_获取CompletedEventArgs e)
 {
     题_知识面编号_名称._知识面s = e.Result.ToList <题.知识面>();
     lock (_syncObj)
     {
         _count++;
         if (_count == 2)
         {
             _s_数据_获取Completed();
         }
     }
 }