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