Exemplo n.º 1
0
 private void Flush(IInput input)
 {
     if (input != null)
     {
         input.Flush();
     }
 }
Exemplo n.º 2
0
 private static void Flush(IInput input)
 {
     if (input != null)
     {
         input.Flush();
     }
 }