Artifact 166fe02e08c12de9b370d99b178fc5022397913602d2594d9422c27937fbe4be:
- File PointlessWaymarks.AvaloniaToolkit/StatusLayer/StatusLayerControl.axaml.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: 216)
using Avalonia.Controls; namespace PointlessWaymarks.AvaloniaToolkit.StatusLayer; public partial class StatusLayerControl : UserControl { public StatusLayerControl() { InitializeComponent(); } }