Beispiel #1
0
 public void NavigatedTo(NavigationEventArgs e)
 {
     ExcuteTimerCust.Stop();
     modelIndex         = 4;
     FuncDoAction       = new DeleFunc2(FuncAction);
     FuncRefershOffLine = sign => OffConnect = (bool)sign;
     LoadDataList();
 }
Beispiel #2
0
        /// <summary>
        /// 从返回的列表中获取字节数组
        /// </summary>
        /// <param name="dr"></param>
        /// <returns></returns>

        #region INavigationAware Members
        public void NavigatedFrom(NavigationEventArgs e)
        {
            ExcuteTimerCust.Start();
        }