Exemplo n.º 1
0
        //BinaryReader videoInput;

        public RecievingFrames(Watcher parent, UdpClient videoInput)
        {
            this.parent     = parent;
            this.videoInput = videoInput;
        }
Exemplo n.º 2
0
        //bool isRunning = true;

        public WatcherConnections(Watcher parent)
        {
            this.parent = parent;
            //isRunning = true;
        }