Beispiel #1
0
 public DebuggerController(DebuggablePlatform platform)
 {
     Platform = platform;
 }
Beispiel #2
0
 public DebuggerController(DebuggablePlatform platform)
 {
     Platform = platform;
 }
Beispiel #3
0
 public DebuggableEditorProvider(DebuggablePlatform platform) : base(platform)
 {
 }
Beispiel #4
0
 public DebuggableGuiProvider(DebuggablePlatform platform) : base(platform)
 {
 }
Beispiel #5
0
 public DebuggableGuiProvider(DebuggablePlatform platform)
     : base(platform)
 {
 }
Beispiel #6
0
 public DebuggableEditorProvider(DebuggablePlatform platform)
     : base(platform)
 {
 }