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