예제 #1
0
파일: Class1.cs 프로젝트: mthoger/cs202011
 public void Ryst()
 {
     this.Værdi = rnd.Next(1, 7);
 }
예제 #2
0
 public void Ryst()
 {
     this.Værdi     = rnd.Next(1, 7);
     this.RystetTid = DateTime.Now;
 }
예제 #3
0
 public void Ryst()
 {
     Værdi = rnd.Next(1, 7);
 }