mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-11 13:39:41 +02:00
10 lines
189 B
C#
10 lines
189 B
C#
namespace Needlework.Net.Desktop.ViewModels
|
|
{
|
|
public class AboutViewModel : PageBase
|
|
{
|
|
public AboutViewModel() : base("About", "info-circle")
|
|
{
|
|
}
|
|
}
|
|
}
|