public object Clone() { GlobalCfgPack rslt = new GlobalCfgPack(); this.copyThis(ref rslt); return rslt; }
protected virtual void copyThis(ref GlobalCfgPack destObj) { destObj.Debug = this.Debug; }