C# Class ExamplesFx.ExampleBase

Exibir arquivo Open project: MarcosMeli/ExamplesFx Class Usage Examples

Public Methods

Method Description
Run ( ) : void
RunExample ( ) : void

Execute the test run

Protected Methods

Method Description
ExampleBase ( ) : System

Method Details

ExampleBase() protected method

protected ExampleBase ( ) : System
return System

Run() public abstract method

public abstract Run ( ) : void
return void

RunExample() public method

Execute the test run
public RunExample ( ) : void
return void