- Timestamp:
- 07/01/16 17:25:21 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs
r13965 r13969 1 using System.Collections.Generic; 1 using System; 2 using System.Collections.Generic; 2 3 using DistributedGA.Core.Domain; 3 4 … … 17 18 18 19 void Dispose(); 20 21 event EventHandler<Exception> ExceptionOccurend; 19 22 } 20 23 }
Note: See TracChangeset
for help on using the changeset viewer.