예제 #1
0
파일: CPU.cs 프로젝트: idozahavy/PcGeeker
 public void Update(IVisitor visitor)
 {
     Hardware.Accept(visitor);
 }