Seems like you are creating second timer that operates on the same variable. Do you
create timer only in OnNavigatedTo? On the other hand - you should stop the timer when the user leaves the app (OnNavigatedFrom/Suspending/Other event).
I' d written refreshTime.Stop(); in HardwareButtons_BackPressed. now I' ve written it in OnNavigatedFrom. this problem is solved :)