7
8
using System.Runtime.Remoting.Activation;
8
9
using System.Runtime.Remoting.Channels;
9
10
using System.Runtime.Remoting.Channels.Ipc;
15
15
public static class RemoteControlProxy {
17
20
private const string Path = "/org/gnome/Tomboy/RemoteControl";
18
21
private const string Namespace = "org.gnome.Tomboy";
21
23
private static IpcChannel IpcChannel;
24
24
private const string ServerName = "TomboyServer";
25
25
private const string ClientName = "TomboyClient";
26
26
private const string WrapperName = "TomboyRemoteControlWrapper";