Пример #1
0
		public String pc_registerDeviceAndUserInfo(String userID, String userPW, String authCode, String email, String agree, String pushID)
		{
			return Marshal.PtrToStringAnsi(S2KDroid.pc_registerDeviceAndUserInfo(userID, userPW, authCode, email, agree, pushID));
		}