コード例 #1
0
ファイル: CPU.cs プロジェクト: idozahavy/PcGeeker
 public void Update(IVisitor visitor)
 {
     Hardware.Accept(visitor);
 }