PeerCastStation.WPF.LogWindow.OnClosing C# (CSharp) Method

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void
    protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
    {
      base.OnClosing(e);
      e.Cancel = true;
      this.Hide();
    }
  }