예제 #1
0
 public ReadMng(ClientMng c, StringQueue sq, StreamReader r)
 {
     cmng        = c;
     StringQueue = sq;
     reader      = r;
 }