예제 #1
0
파일: Timer.cs 프로젝트: TylerCode/Nanoboy
 public Timer(Interrupt interrupt)
 {
     this.interrupt = interrupt;
 }