예제 #1
0
파일: Score.xaml.cs 프로젝트: DL444/UCQU
        private async void RefreshBtn_Click(object sender, RoutedEventArgs e)
        {
            RefreshIconRotation.Begin();
            await Refresh();

            RefreshIconRotation.Stop();
        }
 /// <summary>
 /// Start rotating the refresh icon
 /// </summary>
 private void StartNetworkActivity()
 {
     RefreshIconRotation.Begin();
     RefreshIcon.IsTapEnabled = false;
 }