C# Class MyProvidingForm, code

Inheritance: System.Windows.Forms.Form, IExchangeDataProvider
Datei anzeigen Open project: shendongnian/code

Public Methods

Method Description
FireDataReceived ( EventArgs, Data ) : void
GotSomeDataOfTheFirstKind ( int TheID, string SomeName, string Other ) : void

Method Details

FireDataReceived() public method

public FireDataReceived ( EventArgs, Data ) : void
Data EventArgs,
return void

GotSomeDataOfTheFirstKind() public method

public GotSomeDataOfTheFirstKind ( int TheID, string SomeName, string Other ) : void
TheID int
SomeName string
Other string
return void