Esempio n. 1
0
 public Task <string> GetPhoneModelAsync()
 {
     return(SystemInfoHelper.GetDeviceModelAsync());
 }
Esempio n. 2
0
 public Task <string> GetOsVersionAsync()
 {
     return(SystemInfoHelper.GetWindowsVersionAsync());
 }