Stop() public method

public Stop ( ) : void
return void
示例#1
0
 public void Stop(Thread thread)
 {
     thread.Stop();
 }