コード例 #1
0
ファイル: Timer.cs プロジェクト: TylerCode/Nanoboy
 public Timer(Interrupt interrupt)
 {
     this.interrupt = interrupt;
 }