12 lines
No EOL
246 B
C#
12 lines
No EOL
246 B
C#
using System;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace LANCommander.SDK.Rpc;
|
|
|
|
public partial class RpcClient
|
|
{
|
|
public async Task Log_ConsoleOutputAsync(Guid sessionId, string content)
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
} |