예제 #1
0
 public static IAsyncAction FinishAdAsync(this IVpaid vpaid)
 {
     return(AsyncInfo.Run(c => vpaid.FinishAdAsync(c)));
 }