예제 #1
0
 protected void OnButtonContinue_clicked(object o, EventArgs e)
 {
     exceptionWindow.Destroy();
     debuggerService.Continue();
 }
예제 #2
0
 public void OnToolbuttonContinue_clicked(object o, EventArgs e)
 {
     debuggerService.Continue();
 }