ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs
(Generate patch)

Comparing trunk/RomCheater.PluginFramework/Events/IAcceptsMemoryAddress.cs (file contents):
Revision 276 by william, Sun Jun 3 22:04:37 2012 UTC vs.
Revision 287 by william, Tue Jun 5 08:52:07 2012 UTC

# Line 12 | Line 12 | namespace RomCheater.PluginFramework.Eve
12  
13      public interface IAcceptsBrowseMemoryRegion
14      {
15 <        BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion { get; set; }
15 >        event BaseEventHandler<BrowseMemoryRegionEvent> OnBrowseMemoryRegion;
16      }
17  
18      public interface IBrowseMemoryRegionEvent

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines