Exemple #1
0
 private static void openControl_DebuggedProcessInfo()
 {
     O2AscxGUI.openAscxASync(typeof(ascx_DebugggedProcessInfo), O2DockState.DockRight, "Debugged Process Info");
 }
Exemple #2
0
 private static void openControl_breakpointCreator()
 {
     O2AscxGUI.openAscxASync(typeof(ascx_BreakpointCreator), O2DockState.DockRight, "Breakpoint Creator");
 }
Exemple #3
0
 private static void openControl_StartOrAttachToProcess()
 {
     O2AscxGUI.openAscxASync(typeof(ascx_StartOrAttach), O2DockState.DockLeft, "Start or Attach (Into) Process");
 }