C# Class MatterHackers.Agg.UI.PerformanceTimer

Inheritance: IDisposable
Mostrar archivo Open project: ucswift/PrinterQuotationEngine Class Usage Examples

Public Properties

Property Type Description
GetParentWindowFunction Func

Public Methods

Method Description
Dispose ( ) : void
PerformanceTimer ( string panelName, string name ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PerformanceTimer() public method

public PerformanceTimer ( string panelName, string name ) : System
panelName string
name string
return System

Property Details

GetParentWindowFunction public_oe static_oe property

public static Func GetParentWindowFunction
return Func