Artifact 7ecf694147810e774ea0798a571564feb6098d4a8285b5b4910918c35139f037:
- File PointlessWaymarks.WpfCommon/Utility/ISelectedTextTracker.cs — part of check-in [2ca094c9fe] at 2024-06-07 03:18:35 on branch main — 1st Commit Trying Out a Common Library Intent for now is as a submodule. (user: charles@cmiles.info size: 158)
namespace PointlessWaymarks.WpfCommon.Utility; public interface ISelectedTextTracker { CurrentSelectedTextTracker? SelectedTextTracker { get; set; } }