Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- using System;
-
- namespace CI.WSANative.Geolocation
- {
- public class WSAGetLocationResponse
- {
- public bool Success { get; set; }
-
- public WSAGeolocationAccessStatus AccessStatus { get; set; }
-
- public WSAGeoPosition GeoPosition { get; set; }
- }
- }
|