mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
13 lines
260 B
C#
13 lines
260 B
C#
using Microsoft.Iris.Debug;
|
|
|
|
namespace SimpleDebugClient
|
|
{
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Bridge bridge = new(OwlCore.Remoting.RemotingMode.Client);
|
|
while (true) ;
|
|
}
|
|
}
|
|
} |