Beispiel #1
0
 public void BeginOnUIThread(System.Action action)
 {
     _underlyingPlatformProvider.BeginOnUIThread(action);
 }
 public void BeginOnUIThread(System.Action action)
 {
     _defaultPlatformProvider.BeginOnUIThread(action);
 }
Beispiel #3
0
 /// <inheritdoc />
 public virtual void BeginOnUIThread(Action action) => platformProvider.BeginOnUIThread(action);