mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-21 04:12:56 +00:00
Seal PandocPreparedProcess class definition
This commit is contained in:
parent
4c09c434e2
commit
f4cac637c6
@ -2,7 +2,7 @@ using System.Diagnostics;
|
|||||||
|
|
||||||
namespace AIStudio.Tools;
|
namespace AIStudio.Tools;
|
||||||
|
|
||||||
public class PandocPreparedProcess(ProcessStartInfo startInfo, bool isLocal)
|
public sealed class PandocPreparedProcess(ProcessStartInfo startInfo, bool isLocal)
|
||||||
{
|
{
|
||||||
public ProcessStartInfo StartInfo => startInfo;
|
public ProcessStartInfo StartInfo => startInfo;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user