Beispiel #1
0
 /// <summary>
 /// DebuggingUtils constructor which set interface instance. </summary>
 private DebuggingUtils()
 {
     if (DependencyService.Get <IDebuggingAPIs>() != null)
     {
         ism = DependencyService.Get <IDebuggingAPIs>();
     }
     else
     {
         ism = new DefaultDebuggingAPIInstance();
     }
 }