13 lines
195 B
C#
13 lines
195 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Linq;
|
||
|
using Microsoft.CodeAnalysis.CSharp;
|
||
|
|
||
|
namespace Net.BITKit.Rpc
|
||
|
{
|
||
|
public class RemoteCodeService
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|