Exemplo n.º 1
0
 public void Chunk(object sender, ChunkLogEventArgs e = default(ChunkLogEventArgs))
 {
     if (OnChunk != null)
     {
         OnChunk(sender, e);
     }
 }
Exemplo n.º 2
0
 public void Chunk(object sender, ChunkLogEventArgs e = default(ChunkLogEventArgs)) { if (OnChunk != null) OnChunk(sender, e); }