public AsynchronousSocketListener(Schemas.CRCL.Status.CRCLStatusType status, HandleNewCommandDelegate handleNewCommand, int port) { this.status = status; this.handleNewCommand = handleNewCommand; this.port = port; }
private static void updateStatus(Schemas.CRCL.Status.CRCLStatusType newStatus) { status = newStatus; showStatus (); }