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