//--------------------------------------------------------------------------- public qModelFsg(qModelFsg aModelFsg) { //if(this != aModelFsg) { // this = aModelFsg; throw new System.NotImplementedException(); } }
//--------------------------------------------------------------------------- public new qModel newModel() { try { qModelFsg tModel; tModel = new qModelFsg(); return tModel; } catch { throw new System.ApplicationException("Could not allocate. Bye ..."); } }