private void StopMemoRecording() { _memoRecorderPanel.Stop(); StopRecorderStoryboard.Begin(); this.ApplicationBar.Buttons.Clear(); this.ApplicationBar.Buttons.Add(_memoAppbarIconButton); this.ApplicationBar.Buttons.Add(_alarmAppbarIconButton); this.ApplicationBar.Buttons.Add(_anniversaryAppbarIconButton); this.ApplicationBar.Buttons.Add(_aboutAppbarIconButton); DisableApplicationBar(); }
private void OnRecordingTimeout() { _mode = MainPageMode.MainView; StopRecorderStoryboard.Begin(); this.ApplicationBar.Buttons.Clear(); this.ApplicationBar.Buttons.Add(_memoAppbarIconButton); this.ApplicationBar.Buttons.Add(_alarmAppbarIconButton); this.ApplicationBar.Buttons.Add(_anniversaryAppbarIconButton); this.ApplicationBar.Buttons.Add(_aboutAppbarIconButton); DisableApplicationBar(); }