C# Class FSO.Client.Debug.TSOClientFindAssetSearch

Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
StartSearch ( string query ) : void
TSOClientFindAssetSearch ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DoSearch ( object queryObj ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

StartSearch() public method

public StartSearch ( string query ) : void
query string
return void

TSOClientFindAssetSearch() public method

public TSOClientFindAssetSearch ( ) : System
return System