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