Artifact 04efcf7153bbe5c160ae0bd7ad0d1ea698b16061f277beec91f854c5a9b0b84c:
- File PointlessWaymarks.WpfCommon/BoolDataEntry/BoolDataEntryControl.xaml.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: 264)
namespace PointlessWaymarks.WpfCommon.BoolDataEntry; /// <summary> /// Interaction logic for BoolDataEntryControl.xaml /// </summary> public partial class BoolDataEntryControl { public BoolDataEntryControl() { InitializeComponent(); } }