Exemple #1
0
        public virtual void discoverOtherJpcspInBackgRound()
        {
            DiscoverThread discoverThread = new DiscoverThread(this);

            discoverThread.Name   = "Auto Detect pspsharp Discover Thread";
            discoverThread.Daemon = true;
            discoverThread.Start();
        }
Exemple #2
0
        public virtual void discoverInBackgRound()
        {
            DiscoverThread discoverThread = new DiscoverThread(this);

            discoverThread.Name   = "UPnP Discover Thread";
            discoverThread.Daemon = true;
            discoverThread.Start();
        }