예제 #1
0
 public TResult RunOnMainThread <TResult>(System.Func <TResult> f)
 {
     return(MyDispatcher.Run(f));
 }