Esempio n. 1
0
 public PBOWriter(Stream stream, PBOSharpClient client)
     : base(stream)
 {
     _client = client;
 }