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

Comparing trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs (file contents):
Revision 443 by william, Fri Jun 22 08:33:51 2012 UTC vs.
Revision 444 by william, Sun Jun 2 18:56:41 2013 UTC

# Line 168 | Line 168 | namespace RomCheater.PluginFramework.Cor
168          #region ISearchInProgress members
169          private ISearchInProgress sip = null;
170          public bool SearchInProgess { get { return (sip == null) ? false : sip.SearchInProgess; } }
171 +        public Guid SearchGuid { get { return (sip == null) ? Guid.Empty : sip.SearchGuid; } }
172          #endregion
173  
174          #region IAcceptsMemorySearch Members

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines