コード例 #1
0
ファイル: Doctor.cs プロジェクト: murawew64/Task15
 public Doctor(Hospital hospital, int number)
 {
     _hospital = hospital;
     _number   = number;
     rnd       = new Random(_number);
 }