C# Class CommonTools.ViewMap

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Méthodes publiques

Méthode Description
AddView ( object key, Control view ) : void
GetView ( object key ) : Control
SelectView ( object key ) : void
ViewMap ( ) : System

Method Details

AddView() public méthode

public AddView ( object key, Control view ) : void
key object
view System.Windows.Forms.Control
Résultat void

GetView() public méthode

public GetView ( object key ) : Control
key object
Résultat System.Windows.Forms.Control

SelectView() public méthode

public SelectView ( object key ) : void
key object
Résultat void

ViewMap() public méthode

public ViewMap ( ) : System
Résultat System