GetDeviceModelAsync() public static method

public static GetDeviceModelAsync ( ) : Task
return Task
Beispiel #1
0
 public static string GetDeviceName()
 {
     return(SystemInfoEstimate.GetDeviceModelAsync().Result);
 }