Example #1
0
//TODO: do the same with input
    private void OnOutputData(object sender, System.Diagnostics.DataReceivedEventArgs e)
    {
        communicationController.OutputData(e.Data);
    }