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