Exemplo n.º 1
0
        private void OnSplitProcessLog(object sender, EventArgs <LogGenerator> args)
        {
            RCProcess rcprocess = sender as RCProcess;

            if (rcprocess != null)
            {
                this.ShowLog <string>(args.Value, rcprocess.GetLog(), delegate(LogViewForm f)
                {
                    f.EnableInput = true;
                });
            }
        }