ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/MemorySearch/SearchType.cs
(Generate patch)

Comparing trunk/RomCheater/Docking/MemorySearch/SearchType.cs (file contents):
Revision 408 by william, Thu Jun 21 06:30:33 2012 UTC vs.
Revision 409 by william, Thu Jun 21 20:02:40 2012 UTC

# Line 106 | Line 106 | namespace RomCheater.Docking.MemorySearc
106          private ProgressBarWithPercentageLabel _ProgressLogger;
107  
108          private bool _IsFirstSearch;
109 <        private List<ResultType<object>> _Results = new List<ResultType<object>>();
109 >        //private List<ResultType<object>> _Results = new List<ResultType<object>>();
110  
111          public SearchDataTypes DataType { get { return _DataType; } set { _DataType = value; } }
112          public bool IsUnsignedDataType { get { return _IsUnsignedDataType; } set { _IsUnsignedDataType = value; } }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines