Exemplo n.º 1
0
 /// <summary>
 /// Read line from GUI
 /// </summary>
 /// <returns></returns>
 /// <exception cref="InvalidOperationException">
 /// Called if cannot readline from GUI</exception>
 protected static string ReadLine()
 {
     // Wait to readline
     return(ServerForm.ReadLine());
 }