Ejemplo n.º 1
0
 public DXHookD3D9(ChatInterface chatInterface)
 {
     this.Interface = chatInterface;
 }
Ejemplo n.º 2
0
 public DXHookD3D9(ChatInterface chatInterface)
 {
     this.Interface = chatInterface;
 }
Ejemplo n.º 3
0
 public DotaInjection(RemoteHooking.IContext context, String channelName, IntPtr hWnd)
 {
     // Connect to the program.
     chatInterface = RemoteHooking.IpcConnectClient<ChatInterface>(channelName);
 }
Ejemplo n.º 4
0
 public DotaInjection(RemoteHooking.IContext context, String channelName, IntPtr hWnd)
 {
     // Connect to the program.
     chatInterface = RemoteHooking.IpcConnectClient <ChatInterface>(channelName);
 }