Пример #1
0
 internal virtual void write_ext(byte[] foo, int s, int l)
 {
     try
     {
         io.put_ext(foo, s, l);
     }
     catch (NullReferenceException) { }
 }