public SqlJobGlobals(EbDataSet _ds, ref Dictionary <string, TV> global)
        {
            this.Tables = (_ds == null) ? null : _ds.Tables;

            this.Job = new SqlJobScriptHelper(ref global, this);

            Params = new NTVDict();
        }
 public Globals()
 {
     T0      = new NTVDict();
     T1      = new NTVDict();
     T2      = new NTVDict();
     T3      = new NTVDict();
     T4      = new NTVDict();
     T5      = new NTVDict();
     T6      = new NTVDict();
     T7      = new NTVDict();
     T8      = new NTVDict();
     T9      = new NTVDict();
     Params  = new NTVDict();
     Calc    = new NTVDict();
     Summary = new NTVDict();
 }
 public FormGlobals()
 {
     this.form = new FormAsGlobal();
     Params    = new NTVDict();
 }