Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
start tcp
SUBMITTED BY:
Thor2607
DATE:
Sept. 29, 2016, 3:17 a.m.
FORMAT:
Text only
SIZE:
415 Bytes
Raw
Download
Tweet
HITS:
558
Go to comments
Report
bool run
{
get {return _run;}
set
{
if (value != _run) if (_run = value)
{
(t = new Thread(new ThreadStart(() => { as_read(); }))).Start();
}
else
{
t.Abort();
}
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus