mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Debug bridge improvements
This commit is contained in:
+1
-4
@@ -2,16 +2,13 @@
|
||||
|
||||
using OwlCore.Remoting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Microsoft.Iris.Debug
|
||||
{
|
||||
[RemoteProperty]
|
||||
[RemoteMethod]
|
||||
[RemoteOptions(RemotingDirection.Bidirectional)]
|
||||
public class Bridge : IDisposable
|
||||
public class Bridge : IBridge, IDisposable
|
||||
{
|
||||
private readonly MemberRemote _memberRemote;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user