| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/chuongmep/CadPythonShell/dev/CADRuntime/ScriptOutput.cs | [Back] [Original] |
using System.Windows.Forms;
namespace CADRuntime
{
public partial class ScriptOutput : Form
{
public ScriptOutput()
{
InitializeComponent();
txtStdOut.Text = "";
}
}
}
| Web Proxy Viewer | New URL | Original Page |