mRemoteNG.UI.Window.WindowList.Add C# (CSharp) Method

Add() public method

public Add ( BaseWindow uiWindow ) : void
uiWindow BaseWindow
return void
        public void Add(BaseWindow uiWindow)
        {
            this.List.Add(uiWindow);
            //AddHandler uiWindow.FormClosing, AddressOf uiFormClosing
        }