Exemple #1
0
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        ///

        public Main(EasyHook.RemoteHooking.IContext InContext, string ChannelName, string[] args)
        {
            Interface = RemoteHooking.IpcConnectClient <QuestorLauncherInterface.QuestorLauncherInterface>(ChannelName);
            Interface.Ping();
        }
Exemple #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 /// 
 public Main(EasyHook.RemoteHooking.IContext InContext, string ChannelName, string[] args)
 {
     Interface = RemoteHooking.IpcConnectClient<QuestorLauncherInterface.QuestorLauncherInterface>(ChannelName);
     Interface.Ping();
 }