From 5d8b29664c13e6e5c6292d79973980182ece1441 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 13 Jan 2026 08:22:09 +0800 Subject: Add data loading from wrapper to view model --- CommandLineWrapper/JsonResults/JsonResultGetter.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CommandLineWrapper/JsonResults/JsonResultGetter.cs') diff --git a/CommandLineWrapper/JsonResults/JsonResultGetter.cs b/CommandLineWrapper/JsonResults/JsonResultGetter.cs index e1bf607..2afd10c 100644 --- a/CommandLineWrapper/JsonResults/JsonResultGetter.cs +++ b/CommandLineWrapper/JsonResults/JsonResultGetter.cs @@ -1,10 +1,8 @@ -using static JVCSCommandInvoker; - namespace CommandLineWrapper.JsonResults { public abstract class JsonResultGetter { - protected abstract Task ExecCommand(JVCSWorkspace workspace); + protected abstract Task ExecCommand(JVCSWorkspace workspace); public async Task Get(JVCSWorkspace workspace) { -- cgit