mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace RemoteExec.Shared;
|
||||
|
||||
public sealed class RemoteExecutionResult
|
||||
{
|
||||
public object? Result { get; set; }
|
||||
public string? Exception { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user