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

Comparing trunk/Win32/Sojaner.MemoryScanner/Events.cs (file contents):
Revision 408 by william, Thu Jun 21 18:10:21 2012 UTC vs.
Revision 446 by william, Sun Jun 2 19:52:03 2013 UTC

# Line 42 | Line 42 | namespace RomCheater.PluginFramework.Eve
42          byte[] Data { get; }
43          uint CurrentIndex { get; }
44          uint TotalCount { get; }
45 +        bool Canceled { get; set; }
46      };
47      public class OnBytesReadEventArgs : BaseEventArgs, IOnBytesReadEventArgs
48      {
# Line 60 | Line 61 | namespace RomCheater.PluginFramework.Eve
61          public byte[] Data { get; private set; }
62          public uint CurrentIndex { get; private set; }
63          public uint TotalCount { get; private set; }
64 +        public bool Canceled { get; set; }
65          #endregion
66      }
67   #endregion

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines