C# Class mRemoteNG.UI.Window.WindowList

Inheritance: System.Collections.CollectionBase
Mostrar archivo Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
Add ( BaseWindow uiWindow ) : void
AddRange ( BaseWindow uiWindow ) : void
FromString ( string uiWindow ) : BaseWindow
Remove ( BaseWindow uiWindow ) : void
this ( object Index ) : BaseWindow

Private Methods

Method Description
CleanUp ( ) : void
IndexByNumber ( int Index ) : BaseWindow
IndexByObject ( object Index ) : BaseWindow
uiFormClosing ( object sender, FormClosingEventArgs e ) : void

Method Details

Add() public method

public Add ( BaseWindow uiWindow ) : void
uiWindow BaseWindow
return void

AddRange() public method

public AddRange ( BaseWindow uiWindow ) : void
uiWindow BaseWindow
return void

FromString() public method

public FromString ( string uiWindow ) : BaseWindow
uiWindow string
return BaseWindow

Remove() public method

public Remove ( BaseWindow uiWindow ) : void
uiWindow BaseWindow
return void

this() public method

public this ( object Index ) : BaseWindow
Index object
return BaseWindow