ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.PluginFramework/Events/MemorySearchChangedEventArgs.cs
Revision: 399
Committed: Wed Jun 20 13:24:49 2012 UTC (10 years, 9 months ago) by william
File size: 312 byte(s)
Log Message:

File Contents

# Content
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using RomCheater.PluginFramework.Interfaces;
6
7 namespace RomCheater.PluginFramework.Events
8 {
9 public interface IAcceptsMemorySearch
10 {
11 void SetMemorySearchReference(ISearchInProgress sip);
12 }
13 }