Ejemplo n.º 1
0
 public void Close()
 {
     if (combinedCodeView != null)
     {
         combinedCodeView.Dispose();
     }
     combinedCodeView = null;
 }
Ejemplo n.º 2
0
 public void Close()
 {
     program = null;
     ProgramChanged();
     if (combinedCodeView != null)
         combinedCodeView.Dispose();
     combinedCodeView = null;
 }