Exemple #1
0
        public SDTableScriptController(Altaxo.Data.DataTable dataTable, TableScript tableScript)
        {
            this.m_DataTable = dataTable;

            if (null != tableScript)
            {
                this.m_TableScript = (IScriptText)tableScript.Clone();
            }
            else
            {
                this.m_TableScript = new TableScript();
            }

            SetElements(true);
        }