/// <summary> Constructor.</summary> public Simti() { head = new HEADI(this); nf = new ST_NF[ST_NF_DEFAULT]; for (int i = 0; i < ST_NF_DEFAULT; i++) { nf[i] = new ST_NF(this); } }