Exemple #1
0
 public CpuState(CpuState that)
 {
     copy(that);
 }
Exemple #2
0
 public virtual void copy(CpuState that)
 {
     base.copy(that);
 }