Пример #1
0
 public Task <string> GetRuntimePlatform()
 {
     return(MethodDispatcher.CallMethodAsync <string>(MethodBase.GetCurrentMethod()));
 }
Пример #2
0
 public Task <bool> IsElectronActive()
 {
     return(MethodDispatcher.CallMethodAsync <bool>(MethodBase.GetCurrentMethod()));
 }