using System.Windows.Forms; namespace CADRuntime { public partial class ScriptOutput : Form { public ScriptOutput() { InitializeComponent(); txtStdOut.Text = ""; } } }