UlteriusServer.Api.Win32.Desktop.WindowCollection.Add C# (CSharp) Method

Add() public method

Adds a window to the collection.
public Add ( Window wnd ) : void
wnd Window Window to add.
return void
            public void Add(Window wnd)
            {
                // adds a widow to the collection.
                List.Add(wnd);
            }
Desktop.WindowCollection