public CargoPlanStatistics() { CommonMethod commonmethod = new CommonMethod(); this.TotalColor = commonmethod.GetRandomColor(); this.LargeColor = commonmethod.GetRandomColor(); this.MidsizeColor = commonmethod.GetRandomColor(); }
public AirlinePlanStatistics() { CommonMethod commonmethod = new CommonMethod(); this.TotalColor = commonmethod.GetRandomColor(); this.Than250Color = commonmethod.GetRandomColor(); this.Than100Color = commonmethod.GetRandomColor(); this.Less100Color = commonmethod.GetRandomColor(); }