public void Close() { if (NProcess != null && !NProcess.HasExited) { NProcess.Kill(); } }
public void Visit(NProcess component) { component.View = PostProcessView(new NProcessView(component)); }
public NProcessView(NProcess element) : base(element) { this.element = element; }