Пример #1
0
 public void Close()
 {
     if (combinedCodeView != null)
     {
         combinedCodeView.Dispose();
     }
     combinedCodeView = null;
 }
Пример #2
0
 public void Close()
 {
     program = null;
     ProgramChanged();
     if (combinedCodeView != null)
         combinedCodeView.Dispose();
     combinedCodeView = null;
 }