mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2026-08-15 02:57:49 +04:00
add varset view
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using VarsetLib;
|
||||
|
||||
namespace NResUI.Models;
|
||||
|
||||
public class VarsetViewModel
|
||||
{
|
||||
public List<VarsetItem> Items { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user