This commit is contained in:
Dan Clark
2024-11-23 21:41:59 +00:00
parent e809c22cb7
commit 911ed375b4
17 changed files with 311 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
using System.Collections.ObjectModel;
namespace Toolkit.UI.WinUI;
public class ConditionCollection :
ObservableCollection<ComparisonCondition>
{
}