C# Class UlteriusAgent.Desktop.WindowCollection

A collection for Window objects.
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: Ulterius/server

Méthodes publiques

Méthode Description
Add ( Window wnd ) : void

Adds a window to the collection.

this ( int index ) : Window

Gets a window from teh collection.

Method Details

Add() public méthode

Adds a window to the collection.
public Add ( Window wnd ) : void
wnd Window Window to add.
Résultat void

this() public méthode

Gets a window from teh collection.
public this ( int index ) : Window
index int
Résultat Window