This commit is contained in:
Mn
2023-11-22 16:11:25 +08:00
parent 8382129a49
commit 53ac3a3a4b
13 changed files with 133 additions and 50 deletions

View File

@@ -85,7 +85,8 @@ namespace NetPanel.Bl
public void WriteLine(string line)
{
_writer.WriteLine(line);
//_writer.WriteLine(line);
_shellStream.WriteLine(line);
}