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