Beispiel #1
0
 public void ShowWindow()
 {
     if ((this._errorWindow == null) || this._errorWindow.IsDisposed)
     {
         this._errorWindow = new ScriptErrorWindow();
     }
     this._errorWindow.Show();
 }
Beispiel #2
0
 public void ShowWindow()
 {
     if ((this._errorWindow == null) || this._errorWindow.IsDisposed)
     {
         this._errorWindow = new ScriptErrorWindow();
     }
     this._errorWindow.Show();
 }