diff options
Diffstat (limited to 'js/Sources/FROMWS_c.js')
-rw-r--r-- | js/Sources/FROMWS_c.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/Sources/FROMWS_c.js b/js/Sources/FROMWS_c.js index 66dceb1c..13706c8a 100644 --- a/js/Sources/FROMWS_c.js +++ b/js/Sources/FROMWS_c.js @@ -88,4 +88,13 @@ function FROMWS_c() { FROMWS_c.prototype.get_popup_title = function FROMWS_c() { return this.set_param_popup_title; } + FROMWS_c.prototype.importset = function FROMWS_c() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.varnam = ary[0]; + this.Method = ary[1]; + this.ZC = ary[2]; + this.OutEnd = ary[3]; + } + FROMWS_c.prototype.getContainer = function FROMWS_c() { return new BasicBlock(this.x); } } |