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