Exemple #1
0
 public static void StartTimer(TimeSpan interval, Func <bool> callback)
 {
     PlatformServices.StartTimer(interval, callback);
 }