IPinnable

This commit is contained in:
Lightczx
2023-11-24 17:31:10 +08:00
parent a8b697e782
commit 43415ebd0d
3 changed files with 11 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.46-beta">
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

View File

@@ -0,0 +1,9 @@
// Copyright (c) DGP Studio. All rights reserved.
// Licensed under the MIT license.
namespace Snap.Hutao.Core.Abstraction;
internal interface IPinnable<TData>
{
ref readonly TData GetPinnableReference();
}

View File

@@ -51,4 +51,4 @@
</ToggleButton>
</StackPanel>
</Grid>
</UserControl>
</UserControl>