Esempio n. 1
0
 protected override Color AddBackground()
 {
     return(Random.GetColor());
 }
Esempio n. 2
0
 public RomanCard(int x, int y) : base(x, y, Random.GetRoman())
 {
     BackgroundColor = Random.GetColor();
 }