using System; using System.Collections.Generic; using System.Text; namespace VisualPascalABC { public class RunProcessOptions { public System.Diagnostics.Process Process = null; } }