FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CadPythonShell/CADRuntime/ScriptOutput.cs at dev · chuongmep/CadPythonShell · GitHub
chuongmep
/
CadPythonShell
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
119
Code
Issues
3
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
CadPythonShell
/
CADRuntime
/
ScriptOutput.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (12 loc) · 231 Bytes
Breadcrumbs
CadPythonShell
/
CADRuntime
/
ScriptOutput.cs
Copy path
File metadata and controls
13 lines (12 loc) · 231 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
using
System
.
Windows
.
Forms
;
namespace
CADRuntime
{
public
partial
class
ScriptOutput
:
Form
{
public
ScriptOutput
(
)
{
InitializeComponent
(
)
;
txtStdOut
.
Text
=
""
;
}
}
}
Back
|
FazBrowse Home
|
New Git URL