Restore SystemDetail record
This commit is contained in:
parent
ad13e8ca29
commit
a3ad58c937
@ -8,7 +8,7 @@ using ReactiveUI;
|
||||
|
||||
namespace AvaloniaCoreRTDemo.Windows.ViewModels
|
||||
{
|
||||
internal record SystemDetail(String Key, String Value);
|
||||
internal record SystemDetail(string Key, string Value);
|
||||
|
||||
internal sealed class AboutViewModel : ReactiveObject
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user