From 53e656200368a983e563550e2cc1acbc6d86b729 Mon Sep 17 00:00:00 2001
From: chr <chrry550@outlook.com>
Date: 星期三, 08 四月 2026 19:57:14 +0800
Subject: [PATCH] 完善代码
---
OpenTap/Engine/TestStepList.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/OpenTap/Engine/TestStepList.cs b/OpenTap/Engine/TestStepList.cs
index 1c52187..f88a8c3 100644
--- a/OpenTap/Engine/TestStepList.cs
+++ b/OpenTap/Engine/TestStepList.cs
@@ -2,6 +2,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, you can obtain one at http://mozilla.org/MPL/2.0/.
+using OpenTap.Addin;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@@ -83,6 +84,8 @@
}
}
+ public ObservableCollection<TestVariable> Variables { get; set; } = new ObservableCollection<TestVariable>();
+
/// <summary>
/// When true, the nesting rules defined by <see cref="AllowAsChildInAttribute"/> and
/// <see cref="AllowAnyChildAttribute"/> are checked when trying to insert a step into
--
Gitblit v1.9.1