Exemple #1
0
 private static void TestHelp(NntpClient client)
 {
     // get help
     ShowLines(client.Help().Lines);
 }