mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
Bump version, migrate to FluentAvalonia with bug fixes
This commit is contained in:
10
Needlework.Net.Desktop/Controls/Card.axaml.cs
Normal file
10
Needlework.Net.Desktop/Controls/Card.axaml.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace Needlework.Net.Desktop.Controls;
|
||||
|
||||
public class Card : ContentControl
|
||||
{
|
||||
public Card()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user