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

Comparing trunk/RomCheater/Docking/PIDSelector.cs (file contents):
Revision 303 by william, Tue Jun 5 10:52:57 2012 UTC vs.
Revision 304 by william, Tue Jun 5 13:41:55 2012 UTC

# Line 26 | Line 26 | namespace RomCheater.Docking
26          public PIDSelector(int pid) : this() { this.ProcessPID = pid; }
27          [Obsolete("constructor PIDSelector(IConfigPlugin plugin, int pid) is not implemented", false)]
28          public PIDSelector(IConfigPlugin plugin, int pid) : this(plugin) { this.ProcessPID = pid; }
29 <
30 <
31 <        private void OnProcessChanged(ProcessChangedEventArgs e)
32 <        {
33 <        }
34 <
29 >        
30          #region IAcceptsProcessPID
31          public int ProcessPID { get; set; }
32          #endregion

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines