Ejemplo n.º 1
0
        private void Continue(object param)
        {
            Result = MessageBoxResult.OK;

            //submit the solution to OSBIDE
            _submitEvent.CreateSolutionBinary();
            _submitEvent.AssignmentId = SelectedAssignment;
            IsLoading = true;
            EventLog eventLog = new EventLog(_submitEvent);

            _client.SubmitAssignmentAsync(_submitEvent.AssignmentId, eventLog, _authToken);
        }