public RegistryMonitor(RemoteAppDesktopService tServ, EventLog tLog)
        {
            this._Sleeper            = new ManualResetEvent(false);
            this._ApplicationRunning = true;

            this._Parent = tServ;
            this._Log    = tLog;
        }
        public RegistryMonitor(RemoteAppDesktopService tServ, EventLog tLog)
        {
            this._Sleeper = new ManualResetEvent(false);
            this._ApplicationRunning = true;

            this._Parent = tServ;
            this._Log = tLog;
        }