Guest User

Untitled

a guest
Nov 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. static void Accept()
  2. {
  3. //_previousChannel = 0;
  4.  
  5. Console.WriteLine("Accept");
  6.  
  7. var s = m_socket.Accept();
Add Comment
Please, Sign In to add comment