
| Key: |
COR-1107
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Tetyana Loskutova
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
db4o Core
Created: 18/Jan/08 01:04 PM
Updated: 18/Jan/08 01:17 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
7.1.26
|
|
|
See attached code. Changes in the list are not getting saved. The code was converted from c# and c# version worked fine
|
|
Description
|
See attached code. Changes in the list are not getting saved. The code was converted from c# and c# version worked fine |
Show » |
|
Public Sub Activate(ByVal purpose As ActivationPurpose) Implements IActivatable.Activate
If _activator Is Nothing Then
Return
End If
_activator.Activate(purpose)
End Sub