Exemplo n.º 1
0
Arquivo: RdWr.cs Projeto: pszmyd/SHS
 public static void Write(this byte[] x, Wr wr)
 {
     wr.WriteBytes(x);
 }
 public static void Write(this byte[] x, Wr wr)
 {
     wr.WriteBytes(x);
 }