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