Beispiel #1
0
 public void StopSuggestionsRenderingStopwatch()
 {
     suggestionsRenderingStopwatch?.Stop();
     suggestionsRenderingStopwatch = null;
 }
Beispiel #2
0
 public override void ViewAppeared()
 {
     base.ViewAppeared();
     startTimeEntryStopwatch?.Stop();
     startTimeEntryStopwatch = null;
 }