コード例 #1
0
 public DebugController(IDebugModuleOutput output)
 {
     _output = output;
 }
コード例 #2
0
ファイル: Assembly.cs プロジェクト: Nik-W/8bitFonNeiman
 public static IDebugModuleInput GetDebugController(IDebugModuleOutput output)
 {
     return(new DebugController(output));
 }