public void Run() { WorkbenchSingleton.Workbench.GetPad(typeof(CompilerMessageView)).BringPadToFront(); this.controlWindow = new ProfilerControlWindow(this); profiler.Start(); this.controlWindow.Show(); }
public Process Run() { SD.Workbench.GetPad(typeof(CompilerMessageView)).BringPadToFront(); controlWindow = new ProfilerControlWindow(this); Process p = profiler.Start(); controlWindow.Show(); return p; }