mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2026-07-11 13:39:41 +02:00
WIP
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
|
||||
namespace Needlework.Net.Desktop.ViewModels
|
||||
{
|
||||
public partial class EndpointViewModel(string endpoint) : ObservableObject
|
||||
{
|
||||
public string Endpoint { get; } = endpoint;
|
||||
public string Title => $"Needlework.Net - {Endpoint}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user