Esempio n. 1
0
 private Mine(Mine other) : base(other)
 {
 }
Esempio n. 2
0
 private Mine(Mine other) : base(other)
 {
     JobInfo = other.JobInfo;
 }