Kommentar zur Terminal-Klasse

This commit is contained in:
2014-03-25 20:50:16 +01:00
parent b93e11e986
commit 8261fa0051

View File

@@ -1,6 +1,7 @@
using System;
using System.Threading;
// Wrapper class for the console allowing concurrent read and write operations
public class Terminal
{
private Object TerminalLock = new Object ();