C# Class IrcCloneShark.CustomSortedListBox

Inheritance: System.Windows.Forms.ListBox
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
CustomSortedListBox ( ) : System
RefreshItems ( ) : void

Protected Methods

Method Description
Sort ( ) : void

Method Details

CustomSortedListBox() public method

public CustomSortedListBox ( ) : System
return System

RefreshItems() public method

public RefreshItems ( ) : void
return void

Sort() protected method

protected Sort ( ) : void
return void