Beispiel #1
0
 private void OutputBit(bool bitIn)
 {
     Output.WriteBit(bitIn);
 }