C# Class CommonTools.ViewMap

Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: Nullstr1ng/MultiRDPClient.NET

Public Methods

Method Description
AddView ( object key, Control view ) : void
GetView ( object key ) : Control
SelectView ( object key ) : void
ViewMap ( ) : System

Method Details

AddView() public method

public AddView ( object key, Control view ) : void
key object
view System.Windows.Forms.Control
return void

GetView() public method

public GetView ( object key ) : Control
key object
return System.Windows.Forms.Control

SelectView() public method

public SelectView ( object key ) : void
key object
return void

ViewMap() public method

public ViewMap ( ) : System
return System