public CubeEventReporter(JsonTcpCommunication com, Cube c) { _com = com; _c = c; Reporters.Add (this); ReportAllEvents (); }
public JsonReaderThread(JsonTcpCommunication comm) { _communication = comm; }