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