Пример #1
0
Файл: RdWr.cs Проект: 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);
 }