mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 18:20:47 +01:00
10 lines
218 B
C#
10 lines
218 B
C#
namespace Needlework.Net.Desktop.ViewModels
|
|
{
|
|
public class AboutViewModel : PageBase
|
|
{
|
|
public AboutViewModel() : base("About", Material.Icons.MaterialIconKind.InfoCircle)
|
|
{
|
|
}
|
|
}
|
|
}
|