13 lines
220 B
C#
13 lines
220 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace VisualPascalABC
|
|
{
|
|
public class RunProcessOptions
|
|
{
|
|
public System.Diagnostics.Process Process = null;
|
|
|
|
}
|
|
}
|