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