public ThemeModel(ThemeModel tm) { this._name = tm.Name; this._cible = tm.Cible; this._cibleD = tm.CibleD; this._chasseur = tm.Chasseur; this._fond = tm.Fond; this._fondD = tm.FondD; this._type = tm.Type; }
public ThemeModel(string na, CibleModel ci, CibleModel cid, ChasseurModel ch, string fo, string fod, string ge) { this._name = na; this._cible = ci; this._cibleD = cid; this._chasseur = ch; this._fond = fo; this._fondD = fod; this._type = ge; }