예제 #1
0
파일: Doctor.cs 프로젝트: murawew64/Task15
 public Doctor(Hospital hospital, int number)
 {
     _hospital = hospital;
     _number   = number;
     rnd       = new Random(_number);
 }