6 lines
139 B
C#
6 lines
139 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace Toolkit.WinUI;
|
|
|
|
public class ParameterCollection :
|
|
ObservableCollection<Parameter>; |