# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |