Exemplo n.º 1
0
	private void Start ()
	{
		CallNotificationsAuctionsService ();
		assigmentService = new AssignmentService ();
		assigmentService.SucceededEvent += GetAssigmentNotifications;
		assigmentService.StartService (Helpers.GetDeviceID (),serverSettings);
	}