Exemple #1
0
 public void Ryst()
 {
     this.Værdi = rnd.Next(1, 7);
 }
Exemple #2
0
 public void Ryst()
 {
     this.Værdi     = rnd.Next(1, 7);
     this.RystetTid = DateTime.Now;
 }
Exemple #3
0
 public void Ryst()
 {
     Værdi = rnd.Next(1, 7);
 }