Exemple #1
0
        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;
        }
Exemple #2
0
 public TabMyAllianceOut(AllianceRatingOut baseItem) : base(baseItem)
 {
     BalanceCc = baseItem.GetAllianceCc();
 }