コード例 #1
0
ファイル: ProfilerService.cs プロジェクト: taradinoc/ZDebug
 public void Destroy()
 {
     this.profiler = null;
 }
コード例 #2
0
ファイル: ProfilerService.cs プロジェクト: taradinoc/ZDebug
 public void Create()
 {
     this.profiler = new ZMachineProfiler();
 }