Exemple #1
0
 public PicoPlatform(Project project, MainForm mainForm)
     : base(project, mainForm)
 {
     _gui = new PicoGuiProvider(this);
     _editors = new PicoEditorProvider(this);
     _debuggerController = new PicoDebuggerController(this);
 }
Exemple #2
0
 public PicoPlatform(Project project, MainForm mainForm) : base(project, mainForm)
 {
     _gui                = new PicoGuiProvider(this);
     _editors            = new PicoEditorProvider(this);
     _debuggerController = new PicoDebuggerController(this);
 }
 public PicoRunningState(PicoDebuggerController controller)
     : base(controller)
 {
 }
 public PicoNotLoadedState(PicoDebuggerController controller)
     : base(controller)
 {
 }
 public PicoRunningState(PicoDebuggerController controller) : base(controller)
 {
 }
 public PicoNotLoadedState(PicoDebuggerController controller) : base(controller)
 {
 }