Exemple #1
0
        /// <summary>
        /// 获取页面数据
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        void Employee_Loaded(object sender, RoutedEventArgs e)
        {
            kpiClient.GetRandomGroupPersonAllAsync(RandomGroup.RANDOMGROUPID);
            personIDList = new List <string>();
            //  LoadData();
            //  BindTree();

            //DtGrid_CurrentCellChanged(DtGrid, null);
        }