mirror of
https://github.com/eliasstepanik/OSCADSharpDotnet7.git
synced 2026-01-25 03:58:37 +00:00
Made constructor of SingleStatementObject protected.
This commit is contained in:
parent
1f41470dbb
commit
1b15ffb645
@ -14,7 +14,7 @@ namespace OSCADSharp.Scripting
|
|||||||
{
|
{
|
||||||
protected OSCADObject obj;
|
protected OSCADObject obj;
|
||||||
|
|
||||||
public SingleStatementObject(OSCADObject obj)
|
protected SingleStatementObject(OSCADObject obj)
|
||||||
{
|
{
|
||||||
this.obj = obj;
|
this.obj = obj;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user