public AllianceRatingOut(AllianceRatingOut other) { _dbAlliance = other._dbAlliance; Name = other.Name; Id = other.Id; Buttons = other.Buttons; HasButtons = other.HasButtons; PvpPoint = other.PvpPoint; ControlledPlanet = other.ControlledPlanet; Pilots = other.Pilots; AllianceDescription = other.AllianceDescription; Tax = other.Tax; Label = other.Label; LeaderName = other.LeaderName; LeaderImg = other.LeaderImg; ComplexButtonView = other.ComplexButtonView; }
public TabMyAllianceOut(AllianceRatingOut baseItem) : base(baseItem) { BalanceCc = baseItem.GetAllianceCc(); }